Question: Run the following in SQL Server. Copy/paste code and output to this document and upload. Five points each. 1. List everything in the 2014 catalog
Run the following in SQL Server. Copy/paste code and output to this document and upload.
Five points each.
1. List everything in the 2014 catalog from the Water Sports Department. Place the output in alphabetical order by the Sku_Description.
2. List everything from Sku_Data that has the word mask anywhere in the Sku_Description.
3. Run this query (include a copy of the output, and answer the question):
SELECT *
FROM Retail_Order, Order_Item;
What is the result called?
4. What is the Sku, Sku_Description, Buyer, Department for all products available for sale in 2014 sorted by Department?
5. What products were sold in both 2013 and 2015?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
