1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate SQL Server

Exercise

Counting the number of days between dates

In this exercise, you will calculate the difference between the order date and ship date.

Instructions

100 XP

Write a query that returns the number of days between OrderDate and ShipDate.