Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Challenge with orchestras

Instruction

Do you remember the members table?

Exercise

Select all data from the members table. 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.
  • orchestra_id – the ID of the orchestra in which a given musician works.