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

Instruction

Okay! Time for a little warm up. The next few exercises focus on the very basics of the basics. We have a perfect table just for that…

Exercise

The Cat table! Select all data from this table. As you can see, the table has the following columns (their names are mostly self-explanatory):

  • Id – the id of a given cat,
  • Name – the name of a given cat,
  • Breed – the breed of a given cat,
  • Coloration – the coloration of a given cat,
  • Age – the age of a given cat,
  • Sex – the sex of a given cat,
  • FavToy – the most favorite toy of a given cat.

All set? Let's get started!