Instruction
The next table is the RecipeIngredient table. This table assigns ingredient data to specific recipes. It refers to the Recipe and Ingredient tables.
Exercise
Select all the data from the RecipeIngredient table. This table has the columns:
Id– a unique identifier given to every recipe/ingredient combination,RecipeId– the ID of a given recipe from theRecipetable,IngredientId– the ID of a given ingredient from theIngredienttable.



