Instruction
The next table is the recipe_ingredients table. This table assigns ingredient data to specific recipes. It refers to the recipe and ingredient tables.
Exercise
Select all data from the recipe_ingredients table. This table has the following columns:
id– A unique identifier given to every recipe-ingredient combination.recipe_id– The ID of a given recipe from therecipetable.ingredient_id– The ID of a given ingredient from theingredienttable.



