Question: 6. Write a SELECT statement that joins the Musicians, Orders, Order_instruments, and Instruments tables. This statement should return these columns: last_name, first_name, order_date, instrument_name, item_price,
6. Write a SELECT statement that joins the Musicians, Orders, Order_instruments, and Instruments tables. This statement should return these columns: last_name, first_name, order_date, instrument_name, item_price, discount_amount, and quantity. Use aliases for the tables. Sort the final result set by the last_name, order_date, and instrument_name columns.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
