Instruction
Do you remember the concerts table?
Exercise
Select all data from the concerts table. It has the following six columns:
id– the ID of a given concert,city– the name of the city where a given concert took place,country– the name of the country where a given concert took place,year– the year in which a given concert was held,rating– the average rating (by critics) of a given concert,orchestra_id– the ID of the orchestra that performed at a given concert.



