Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please draw by hand an Entity Relationship Diagram as described in the problem below. You are asked to design a data model for Burma Grotto,

Please draw by hand an Entity Relationship Diagram as described in the problem below.
You are asked to design a data model for Burma Grotto, a new restaurant featuring Burmese cuisine, including delicious versions of Tea Leaf Salad, Samusas, and other traditional Burmese dishes. Burma Grotto has a "rewards card" program where customers can get 10% off every 5th time they eat at the restaurant. To signup for the rewards program, customers must fill out an online application that collects key information about the customer. You want to keep track of four entities: (1) the menu items that the restaurant sells, (2) customers who place the orders, (3) the orders that are placed, and (4) the servers who take the orders and serve the food. Draw an ERD diagram and use the following information to help guide your drawing:
*The database should keep track of all menu items that the restaurant offers for sale
*The database should keep track of all customers who have joined the rewards card program
*The database should keep track of all restaurant orders
*the database should keep track of all servers employed by the restaurant
*Each order may have at most one rewards card program customer associated with it
*Each order must have one server associated with it
*On slow days servers may serve no customers, and on busy days servers may serve many customers
*An order must consist of at least one menu item, and may consist of multiple menu item
*Popular menu items can be ordered a lot, and unpopular menu items may not be ordered at all
*Each entity must have a unique identifier within its table. This is the Entity's/table's Primary Key.
*Each entity needs to keep track of specific attributes. The attributes are listed below, but you must determine which entity they belong to:
**You want to keep track of the cost of the menu item to the restaurant, and the price that the restaurant sells that menu item to the customer
**You want to be able to contact customers via phone and email address
**You want to be able to send a digital birthday card to your customers on their birthday.
**You want to keep track of the number of visits that a rewards program customer has visited the restaurant so that you can give them the appropriate discount.
**You want to keep track of the date that each order occurred, as well as the subtotal, tax, and total dollar amount of the order
**Your drawing should include the following:
The entities you wish to model
The required/important attributes for each entity (refer to the instructions above for guidance on what is required/important)
The relationships between the entities
The correct MAX and MIN Cardinalities for each relationship (remember for each relationship, or line, there are MAX/MIN cardinalities on each side of the relationship)
One-to-Many and Many-to-Many relationships, graphically represented in ERDs as a line between entities, can also be represented using Primary and Foreign Keys, i.e. listing a Primary Key from one table and including it as an attribute in a table that you wish to connect to. Choose a One-to-Many relationship in your diagram (a line that connects two entities), and represent that relationship, using a Primary and Foreign Key to do so. Clearly label the "1:N" relationship you are doing this for. Do NOT attempt this for any Many-to-Many relationships you may have in your diagram.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is a mouse model for human disease?

Answered: 1 week ago

Question

Explain all drawbacks of application procedure.

Answered: 1 week ago