Question
Please submit your answer either in SQL code: The following questions are based on the sample database provided on W3schools.com (30 points in total, 3points/each
Please submit your answer either in SQL code:
The following questions are based on the sample database provided on W3schools.com (30 points in total, 3points/each except Q.9).
6. What is the total amount of money (TotalDue) spent on each order (orderID), and rounded the total by 2 decimal places?
7. What is the total amount of money (TotalAmount) spent by each customer (customerID, customerName)? Order the result by TotalAmount.
8. What is the Total quantity (TotalQuantitySoldOut) sold for each product (ProductID and ProductName)? And Order the result by TotalQuantity.
9. What insights can you discover from the above (or any other) questions? What actions would you suggest the business to take based on those insights in order to improve business performance? Make three examples. (6 points)
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