Instruction
Another table is the ingredient table. This table contains details about each ingredient, i.e. its name and type.
Exercise
Select all columns from the table ingredient. This table includes:
id– An identifier for the ingredient.name– The name of the ingredient.type– The ingredient type, such as fruit, vegetable, etc.



