Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 3 Note: It is strongly recommended that you try out your solutions for these exercises on the MyGuitarShop database to make sure that they

image text in transcribed

Assignment 3 Note: It is strongly recommended that you try out your solutions for these exercises on the MyGuitarShop database to make sure that they work. 1. Write a SELECT staterment that returns one row for each category that has products with these columns: The CategoryName column from the Categories table The count of the products in the Products table The list price of the most expensive product in the Products table Sort the result set so the category with the most products appears first. 2. Write a SELECT statement that returns one row for each customer that has orders with these columns: The EmailAddress column from the Customers table A count of the number of orders The total amount for those orders (Hint: First, subtract the discount amount from the price. Then, multiply by the quantity ) Return only those rows where the customer has more than than1 order. Sort the result set in descending sequence by the sum of the line item amounts. 3. Write a SELECT statement that answers this question: Which customers have ordered more than one product? Return these columns: The email address from the Customers table The count of distinct products from the customer's orders DFocu W. Assignment 3 Note: It is strongly recommended that you try out your solutions for these exercises on the MyGuitarShop database to make sure that they work. 1. Write a SELECT staterment that returns one row for each category that has products with these columns: The CategoryName column from the Categories table The count of the products in the Products table The list price of the most expensive product in the Products table Sort the result set so the category with the most products appears first. 2. Write a SELECT statement that returns one row for each customer that has orders with these columns: The EmailAddress column from the Customers table A count of the number of orders The total amount for those orders (Hint: First, subtract the discount amount from the price. Then, multiply by the quantity ) Return only those rows where the customer has more than than1 order. Sort the result set in descending sequence by the sum of the line item amounts. 3. Write a SELECT statement that answers this question: Which customers have ordered more than one product? Return these columns: The email address from the Customers table The count of distinct products from the customer's orders DFocu W

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

83, 460, 582, 177, 241 Rank the set of data.

Answered: 1 week ago

Question

7. What decisions would you make as the city manager?

Answered: 1 week ago

Question

8. How would you explain your decisions to the city council?

Answered: 1 week ago