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.



