Question: 11. Using the INVOICE_ITEM table, count how many unique (i.e., distinctive) items are there for each and every invoice separately. 12. Using the INVOICE_ITEM table,

11. Using the INVOICE_ITEM table, count how many unique (i.e., distinctive) items are there for each and every invoice separately. 12. Using the INVOICE_ITEM table, list the InvoiceNumber as well as the sum of Quantity for each and every invoice separately, but only consider those items whose quantities are larger than 3 and whose UnitPrice is larger than $3.00 in your calculation. 13. Using the INVOICE_ITEM table, list the InvoiceNumber as well as the sum of Quantity, but only for those invoices whose sum of Quantity is larger than 15. Sort the results in descending order by an invoice's total Quantity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
