If you have “many-to-many” relationship it’s a rule of thumb that you need additional table to manage that relation. In this case it will be a “ingredients for Recipes” table where you’ll have a Recipe column, Ingredient column and Amount column. For...