Question: Using SQL Design a simple meal planning application that allows a user to plan their family meals for a week. You must provide the following
Using SQL Design a simple meal planning application that allows a user to plan their family meals for a week. You must provide the following functionality to the user:
a Points Allow a user to select a cookbook from a list of cookbooks
b Points Allow a user to select a recipe from a particular cookbook
c Points Allow a user to see what ingredients are needed for a particular
recipe
d Points Allow a user to assign a particular recipe to a particular day
Your program must make use of the application architecture principles we discussed in class:
Points A presentation layer for interacting with the user
Your program does not need to implement a graphical or web based front end,
but if you find that easier to manage then a textbased application, feel free.
Points A business logic
Points A DAL for interacting with the database
A separate class for managing database access
Data retrieved from the database must be parsed into data structures by the DAL
Do not use Java ResultSets or Python Cursors outside the DAL!
Your DAL may contain as many classes as you would like, keeping in mind that
each class should serve a distinct purpose
Points All database access in the DAL must make use of stored procedures or
functions.
Page of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
