Instruction
The third table, cake_ingredient, stores the ingredients for each cake.
Exercise
The cake_ingredient table contains these columns:
cake_id– The ID of the cake.ingredient_id– The ID of the ingredient.amount– How much (in the unit of the ingredient) is needed to bake one tray of a cake.
Select all data from the table cake_ingredient.



