Question: 3) Write a SELECT statement that returns these 4 columns: vendor_id - The vendor_id column from the Vendors table vendor_name - The vendor_name column from
3) Write a SELECT statement that returns these 4 columns: vendor_id - The vendor_id column from the Vendors table vendor_name - The vendor_name column from the Vendors table default_account - The default_account_number column from the Vendors table description - The account description column from the General_Ledger_Accounts table. Return one row for each vendor. Sort the result set by account_description and then by vendor_name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
