Question: Write a SELECT statement that answers this question: What is the total amount invoiced for each general ledger account number? Return these columns: The account_number
Write a SELECT statement that answers this question: What is the total amount invoiced for each general ledger account number? Return these columns: The account_number column from the Invoice_Line_Items table The sum of the line_item_amount columns from the Invoices_Line_Items table Use the WITH ROLLUP operator to include a row that gives the grand total. This should return 22 rows.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
