Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Exercises with artists, museums and their pieces of art
Exercises with the band members table
10. Get to know the band_members table
Exercises with employees, salaries and benefits

Instruction

Time to switch things up! Get to know some band_members.

Exercise

Select all data from the band_members table.

As you can see, it consists of the following columns:

  • id - the id of a given band member,
  • nickname - the nickname of a given band member,
  • band_id - the id of the band a given person belongs to,
  • band_leader_id - the id of the leader of a given band.