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

Instruction

The second table, pizza, stores details about the pizzas sold by the restaurants.

Exercise

The table pizza contains these columns:

  • id – the unique ID of the pizza.
  • name – the name of the pizza.
  • price – the price of the pizza as a decimal value.
  • restaurant_id – the ID of the restaurant that sells this pizza.

Select all data from the table pizza.