Question: Write a query which displays the order id, customer id, and the number of days between the order date and the ship date (use the
Write a query which displays the order id, customer id, and the number of days between the order date and the ship date (use the DATEDIFF function). Name this column Days and sort by highest to lowest number of days. Only display orders where this result is 15 days or more.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
