Question: MySQL Query 7. Write a SELECT statement that returns the instrument_name and list price columns from the Instruments table. Return one row for each instrument

7. Write a SELECT statement that returns the instrument_name and list price columns from the Instruments table. Return one row for each instrument that has the same list price as another instrument. Hint: Use a self-join to check that the instrument_id columns aren' equal but the list price columns are equal Sort the result set by the instrument_name column. Table 1 instrument_name list_price Etude EAS-100 799.99 Student Alto Saxophone Lacquer Yamaha PSR-SX900) 799.99 61-key High-Level Arranger Keyboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
