This is not a homework question. This question involves defining an entity that includes cake batter, the result of mixing the ingredients in a given recipe resulting in a variety of batters.
Mixing the ingredients in a cake recipe results in producing cake batter. Cake batter is part of some sort of "Type" entity. This "type" entity includes various batters and doughs.
Here is some sample data: cake recipe #1 batter was frozen on 3-1-2000.
The food database already has Recipe and Ingredient tables. Please help me define the entity.
ASKER
Recipe: cake recipe #1
Batter doesn't seem to be an attribute of the Recipe table. It seems like a linking table with RecipeID foreign key with the batter category name would work. Any thoughts?