Question: 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
Get step-by-step solutions from verified subject matter experts
