Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Review
2. The table player
So you think you can count?
Rounding functions and more
Review and practice

Instruction

Let's introduce the table we'll use in this part of the course. The first table you will operate on is the player table. It contains details about each player:

  • id – identifier of the player.
  • first_name – first name of the player.
  • last_name – last name of the player.

Exercise

Select all data from the player table.