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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started