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

Instruction

And the last table, order_pizza, stores details about pizza orders.

Exercise

The table order_pizza contains these columns:

  • id – the unique ID of the order.
  • customer_id – the ID of the customer.
  • order_date – the date of the order.
  • pizza_id – the ID of the ordered pizza.

Select all data from the table order_pizza.