Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
3. The ingredient table
Tasks

Instruction

The next table is ingredient, which stores the cake ingredients.

Exercise

In the table ingredient, you'll find data in the columns:

  • id – The unique ID of each ingredient.
  • name – The name of the ingredient (e.g. milk, egg, etc.)
  • unit – The unit of measurement used for the ingredient (e.g. gram, kilogram, litre, etc.).

Select all data from the table ingredient.