Question: *SQL* Create a query to show company name, product name, ship date and quantity for all of the customer orders. Format the ship date and
*SQL* Create a query to show company name, product name, ship date and quantity for all of the customer orders. Format the ship date and sort the query by customer name and then product name.



SCHEMAS a Filter objects customers O Columns CustomerID CompanyName ContactName Contact Title Address City Region Postal Code Country Phone Fax Indexes Foreign Keys Triggers employees order_details orders products > Columns ProductID ProductName Supplier ID CategoryD Quantity PerUnit 9 categories customers employees order_details orders > Columns OrderID CustomerID EmployeeID OrderDate RequiredDate ShippedDate Ship Via Freight ShipName ShipAddress Ship City Ship Region ShipPostal Code Ship Country Indexes Foreign Keys Triggers products shippers suppliers categories customers employees order_details > Columns ID OrderID ProductID UnitPrice Quantity Discount Indexes Foreign Keys Triggers orders products shippers suppliers Views Stored Procedures Functions sys
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
