Instruction
Here comes the new table!
Exercise
Select all data from the instruments table. It contains information about instruments owned by the musicians that are members of a given orchestra. The instruments table consists of the following columns:
id– the ID of a given instrument,owner_id– the ID of the owner of a given instrument,type– the type of a given instrument,maker– the name of a given instrument's manufacturer or creator,production_year– the year in which a given instrument was produced,value– the approximate value of a given instrument.



