Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4. Create a view named produt_summary that users the view you created in Exercise 3. This view should return summary information about each product sold.
4. Create a view named produt_summary that users the view you created in Exercise 3. This view should return summary information about each product sold. Show the product_name, order_count (count of times the product was ordered), and order_total (sum of item_totals)
5. Write a SELECT statement that uses the views created in Exercise 4 to get the total sales for the five best selling products.
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