Question: Write a query to display customer ID, customer name, order date, and number of orders on that date for customers who have placed orders on
Write a query to display customer ID, customer name, order date, and number of orders on that date for customers who have placed orders on the same days as customer with ID 2. Sort the result first by order date and then customer ID. See the output columns: Customer ID Name Order Date Number of Orders ---------------------- --------------------------------------- -------------------- ------------------------
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
