Question: Utilizing the Customer-Order Database, return the following results: 1. What is the average price of all items purchased by all customers? 2. Return the total
Utilizing the Customer-Order Database, return the following results:
1. What is the average price of all items purchased by all customers?
2. Return the total number of items purchased
3. How many orders did each customer make? Use the Order_Item table. Select the customerid, number of orders they made, and the sum of their orders.
4. From the items_ordered table, select the item, maximum price, and minimum price for each specific item in the table. Only display the results if the maximum price for one of the items is greater than 190.00.
5. Select the item and price for all of the items in the items_ordered table that the price is greater than 10.00. Display the results in Ascending order based on the price
NOTE: Please Provide the SQL used along with the results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
