Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What is the query for this result-set using SQL? Q13. Finally, Sally asked you to create a query that shows 'CustomerName' and the total dollar
What is the query for this result-set using SQL?
Q13. Finally, Sally asked you to create a query that shows 'CustomerName' and the total dollar value (name it as January Sales) of all sales made by each customer in January 2018 where the total dollar value is less than $500. Hint: If you want, use alias syntax for table. Task 2. Write a query to create a result-set that shows 'CustomerName' and the total dollar value of all sales made by each customer in January 2018 where the total dollar value is less than $500. b. Save the query as 'Q13. c. Run the Q13' query. When you run the query, your result-set should look like this: CustomerName Pat Collin JanuarySales $459.00 Q13. Finally, Sally asked you to create a query that shows 'CustomerName' and the total dollar value (name it as January Sales) of all sales made by each customer in January 2018 where the total dollar value is less than $500. Hint: If you want, use alias syntax for table. Task 2. Write a query to create a result-set that shows 'CustomerName' and the total dollar value of all sales made by each customer in January 2018 where the total dollar value is less than $500. b. Save the query as 'Q13. c. Run the Q13' query. When you run the query, your result-set should look like this: CustomerName Pat Collin JanuarySales $459.00Step 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