Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Select one Dillards store. Using Microsoft SQL Server Management Studio, answer the following questions and provide a screenshot for each. Each screenshot should show the
Select one Dillards store. Using Microsoft SQL Server Management Studio, answer the following questions and provide a screenshot for each. Each screenshot should show the SQL code, the output data, and should contain your name.
- What were total sales for the store?
- What was the average sale for the store?
- What were total sales for each register? The output should show the register number, the total sales amount for each register, and be in descending order of total sales.
- What was the average sale for each register? The output should show the register number, the average sale amount for each register, and be in descending order of average sale.
- What were the top customer zip codes for total sales for the store? The output should show the zip code, the total sales for that zip code, and be in descending order of total sales.
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