Question: MySQL Query 1. Write a SELECT statement that returns these columns from the Instruments table: instrument_name, list price, date_added Return only the rows with a

1. Write a SELECT statement that returns these columns from the Instruments table: instrument_name, list price, date_added Return only the rows with a list price that's greater than 500 and less than 2000 Sort the result set by the date_added column in descending sequence. This should return 5 rows. Query 1 instrument_name list_price date_added 2018-07-30 13:14:15 Yamaha PSR-SX900 799.99 61-key High-Level Arranger Keyboard 2018-07-30 12:46:40 Roland FANTOM-6 699.99 Music Workstation Keyboard Etude EAS-100 799.99 Student Alto Saxophone Lacquer 2018-06-01 11:29:35 Gibson Les Paul 1199.00 2017-12-05 16:33:13 Fender Stratocaster 699.00 2017-10-30 09:32:40
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
