Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.Write a SELECT statement that returns these columns: The count of the number of orders in the Orders table The sum of the TaxAmount columns

1.Write a SELECT statement that returns these columns:

The count of the number of orders in the Orders table

The sum of the TaxAmount columns in the Orders table

2.Write a SELECT statement 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.

3.Write a SELECT statement that returns one row for each customer that has orders with these columns:

The EmailAddress column from the Customers table

The sum of the item price in the OrderItems table multiplied by the quantiy in the OrderItems table

The sum of the discount amount column in the OrderItems table multiplied by the quantiy in the OrderItems table

Sort the result set in descending sequence by the item price total for each customer.

4.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 each order (Hint: First, subtract the discount amount from the price. Then, multiply by the quantity.)

Return only those rows where the customer has more than 1 order.

Sort the result set in descending sequence by the sum of the line item amounts.

5.Modify the solution to exercise 4 so it only counts and totals line items that have an ItemPrice value thats greater than 400.

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

Recommended Textbook for

Database Design Application Development And Administration

Authors: Mannino Michael

5th Edition

0983332401, 978-0983332404

More Books

Students also viewed these Databases questions

Question

Evaluate the integrals in Problems 5762. [x J2 2x-3 dx xV2x

Answered: 1 week ago

Question

f. Did they change their names? For what reasons?

Answered: 1 week ago