Instruction
The third table, ingredient, stores details about the products from which pizza is made.
Exercise
The table ingredient contains these columns:
id– the unique ID of the ingredient.name– the name of the ingredient.type– the ingredient category among'dairy product','vegetable','spice','fruit','fat','meat'.
Select all data from the table ingredient.



