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 columns:
id– a unique identifier given for every recipe/ingredient combination,recipe_id– ID of a given recipe from therecipetable,ingredient_id- ID of a given ingredient from theingredienttable.



