Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

16. Create a query to produce the total purchase per invoice, generating the results shown below, sorted by invoice number. The invoice total is the

image text in transcribed

16. Create a query to produce the total purchase per invoice, generating the results shown below, sorted by invoice number. The invoice total is the sum of the product purchases in the LINE that corresponds to the INVOICE. 17. Use a query to show the invoices and invoice totals in the table below. Sort the results by customer code and then by invoice number. 18. Write a query to produce the number of invoices and the total purchase amounts by customer, using the output shown in the table as your guide. Note the results are sorted by customer code. (Compare this summary to the results shown in Problem 17.) 21. Provide a summary of customer balance characteristics for customers who made purchases. Include the minimum balance, maximum balance, and average balance, as shown. 25. Create a query that summarizes the value of products currently in inventory. Note that the value of each product is a result of multiplying the units currently in inventory by the unit price. Sort the results in descending order by subtotal, as shown

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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