Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
2. Get to know the orchestras table
Exercises
Correlated Subqueries

Instruction

Before we can start querying, we first have to get to know our newest set of tables. Let's start with the smallest one, the orchestras table. Note that the data in these tables are imaginary and any resemblance to real names of musicians and orchestras is purely coincidental!

Exercise

Select all data from the orchestras table. As you can see, it consists of the following columns:

  • id – the ID of the orchestra.
  • name – the name of the orchestra.
  • rating – the rating of the orchestra over the last ten years.
  • city_origin – the city from which the orchestra originates.
  • country_origin – the country of origin of the orchestra.
  • year – year in which the orchestra was created.