I want to make a database of recipes with at least two tables:
- Recipe (description, ingredients, directions, ...)
- Ingredients (ingredient type, other attributes, ...)
What would be a way to associate the two tables?
Would I need a third table that would store the several relationships from a recipe to multiple ingredients?