Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. Get to know the Members table

Instruction

Here's the last table we'll be working with – Members. This table contains information about a few selected members of orchestras, and consists of the following columns:

  • Id – the id of a given member,
  • Name – the name of a given member,
  • Position – the position of a given member in an orchestra,
  • Wage – the fixed monthly payment a given musician receives,
  • Experience – the number of years of experience a given musician has,
  • OrchestraId – the id of the orchestra in which a given musician works.

Exercise

For each orchestra select its name and the number of members in this orchestra (name the column MembersCount).