Question: Write a SELECT statement that returns the OrderID and OrderDate along with the CustomerID, contact (customer last name, first) and Phone of the customer who
Write a SELECT statement that returns the OrderID and OrderDate along with the CustomerID, contact (customer last name, first) and Phone of the customer who placed the order if the order has not yet been at least partially shipped. An order is at least partially shipped if the status of any part ordered on the order is SHIPPED.
Step by Step Solution
There are 3 Steps involved in it
You can use a SQL query with a JOIN and a WHERE clause to retrieve the desired information Youll nee... View full answer
Get step-by-step solutions from verified subject matter experts
