Help me
What output does the following SQL statement produce:
SELECT AVG(DateDiff(DAY , order_date, shipped_date ))
FROM orders
a.
The day of the week with an average number of orders and
shipme