Write a SELECT statement that returns these three columns: account_number account_description invoice_id The account number column from the General Ledger_Accounts table The account_description column from the General Ledger_Accounts table The invoice_id column from the Invoice Line Items table Return one row for each account number that has never been used. This should return 54 rows. Hint: Use an outer join and only return rows where the invoice_id column contains a null value. Remove the invoice_id column from the SELECT clause. Sort the final result set by the account number column.
Answers
Answered by
0
Answer:
Kuch zada bada question nhi h?
Explanation:
Samjah nhi aaya vaise
Similar questions