Answer by
Blossom9283 (358)
Depending on what you are doing with the database a stating point would be: Database Recipe with three tables. Table Ingredients wold have: IngredientName as primary key, Amount, Measurement. Table Steps would have StepName as primary Key, StepDirections, IngredientName (The ingredient needed for the step). Table Together would have RecipeName, Temperature, StepName, CookTime, PrepTime. This can be adjusted as needed.