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.



