Need to create ERD database ans design for 7 and 8 TABLE P6.7 ATTRIBUTE NAME SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE MEMBER_NUM 214 235 214 MEMBER NAME Alice B. VanderVoort Gerald M. Gallega Alice B. VanderVoort MEMBER ADDRESS 325 Meadow Park 123 Rose Court 325 Meadow Park MEMBER CITY Murkywater Highlight Murkywater MEMBER ZIPCODE 12345 12349 12345 INVITE NUM 8 10 INVITE DATE 23-Feb-2018 12-Mar-2018 23-Feb-2018 ACCEPT DATE 27-Feb-2018 15-Mar-2018 27-Feb-2018 DINNER DATE 15-Mar-2018 17-Mar-2018 15-Mar-2018 DINNER ATTENDED Yes Yes No DINNER CODE DIS DIS DI2 Glowing Sea Delight Ranch Superb EN3 Stuffed crab DINNER DESCRIPTION Glowing Sea Delight ENTREE CODE EN3 ENS ENTREE DESCRIPTION Stuffed crab Marinated steak DESSERT CODE DE8 DES DE2 DESSERT DESCRIPTION Chocolate mousse with raspberry sauce Cherries jubilee Apple pie with honey crust 7. Suppose you are given the following business rules to form the basis for a database design. The database must enable the manager of a company dinner club to mail invitations to the club's members, to plan the meals, to keep track of who attends the dinners, and so on. • Each dinner serves many members, and each member may attend many dinners. • A member receives many invitations, and each invitation is mailed to many members. • A dinner is based on a single entree, but an entree may be used as the basis for many dinners. For example, a dinner may be composed of a fish entree, rice, and corn, or the dinner may be composed of a fish entree, a baked potato, and string beans. Because the manager is not a database expert, the first attempt at creating the data- base uses the structure shown in Table P6.7. a. Given the table structure illustrated in Table P6.7, write the relational schema and draw its dependency diagram. Label all transitive and/or partial dependen- cies. (Hint: This structure uses a composite primary key.) b. Break up the dependency diagram you drew in Problem 7a to produce depen- dency diagrams that are in 3NF, and write the relational schema. (Hint: You might have to create a few new attributes. Also, make sure that the new dependency dia- grams contain attributes that meet proper design criteria; that is, make sure there are no multivalued attributes, that the naming conventions are met, and so on.) c. Using the results of Problem 7b, draw the Crow's Foot ERD. 3. Use the dependency diagram shown in Figure P6.8 to work the following problems. a. Break up the dependency diagram shown in Figure P6.8 to create two new depen- dency diagrams: one in 3NF and one in 2NE. b. Modify the dependency diagrams you created in Problem 8a to produce a set of dependency diagrams that are in 3NE (Hint: One of your dependency diagrams should be in 3NF but not in BCNE) c. Modify the dependency diagrams you created in Problem 8b to produce a collec- tion of dependency diagrams that are in 3NF and BCNE

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

need to create the ERD for this 

Sure, here's a transcription suitable for an educational website:

---

**Table P6.7**

| ATTRIBUTE NAME        | SAMPLE VALUE          | SAMPLE VALUE       | SAMPLE VALUE        |
|-----------------------|-----------------------|--------------------|---------------------|
| MEMBER_NUM            | 214                   | 235                | 214                 |
| MEMBER_NAME           | Alice B. VanderVoort  | Gerald M. Gallega  | Alice B. VanderVoort|
| MEMBER_ADDRESS        | 325 Meadow Park       | 123 Rose Court     | 325 Meadow Park     |
| MEMBER_CITY           | Murkywater            | Highlight          | Murkywater          |
| MEMBER_ZIPCODE        | 12345                 | 12349              | 12345               |
| INVITE_NUM            | 8                     | 9                  | 10                  |
| INVITE_DATE           | 23-Feb-2018           | 12-Mar-2018        | 23-Feb-2018         |
| ACCEPT_DATE           | 27-Feb-2018           | 15-Mar-2018        | 27-Feb-2018         |
| DINNER_DATE           | 15-Mar-2018           | 17-Mar-2018        | 15-Mar-2018         |
| DINNER_ATTENDED       | Yes                   | Yes                | No                  |
| DINNER_CODE           | DI5                   | DI5                | DI2                 |
| DINNER_DESCRIPTION    | Glowing Sea Delight   | Glowing Sea Delight| Ranch Superb        |
| ENTREE_CODE           | EN3                   | EN3                | EN5                 |
| ENTREE_DESCRIPTION    | Stuffed crab          | Stuffed crab       | Marinated steak     |
| DESSERT_CODE          | DE8                   | DE5                | DE2                 |
| DESSERT_DESCRIPTION   | Chocolate mousse with raspberry sauce | Cherries jubilee | Apple pie with honey crust |

---

**7. Database Design Tasks**

Suppose you are given the following business rules to form the basis for a database design. The database must enable the manager of a company dinner club to mail invitations to the club’s members, to plan the meals, to keep track of who attends the dinners, and so on.

- Each dinner serves many members, and each member may attend many dinners.
- A member receives many invitations, and each invitation is mailed to many members.
- A dinner is based
Transcribed Image Text:Sure, here's a transcription suitable for an educational website: --- **Table P6.7** | ATTRIBUTE NAME | SAMPLE VALUE | SAMPLE VALUE | SAMPLE VALUE | |-----------------------|-----------------------|--------------------|---------------------| | MEMBER_NUM | 214 | 235 | 214 | | MEMBER_NAME | Alice B. VanderVoort | Gerald M. Gallega | Alice B. VanderVoort| | MEMBER_ADDRESS | 325 Meadow Park | 123 Rose Court | 325 Meadow Park | | MEMBER_CITY | Murkywater | Highlight | Murkywater | | MEMBER_ZIPCODE | 12345 | 12349 | 12345 | | INVITE_NUM | 8 | 9 | 10 | | INVITE_DATE | 23-Feb-2018 | 12-Mar-2018 | 23-Feb-2018 | | ACCEPT_DATE | 27-Feb-2018 | 15-Mar-2018 | 27-Feb-2018 | | DINNER_DATE | 15-Mar-2018 | 17-Mar-2018 | 15-Mar-2018 | | DINNER_ATTENDED | Yes | Yes | No | | DINNER_CODE | DI5 | DI5 | DI2 | | DINNER_DESCRIPTION | Glowing Sea Delight | Glowing Sea Delight| Ranch Superb | | ENTREE_CODE | EN3 | EN3 | EN5 | | ENTREE_DESCRIPTION | Stuffed crab | Stuffed crab | Marinated steak | | DESSERT_CODE | DE8 | DE5 | DE2 | | DESSERT_DESCRIPTION | Chocolate mousse with raspberry sauce | Cherries jubilee | Apple pie with honey crust | --- **7. Database Design Tasks** Suppose you are given the following business rules to form the basis for a database design. The database must enable the manager of a company dinner club to mail invitations to the club’s members, to plan the meals, to keep track of who attends the dinners, and so on. - Each dinner serves many members, and each member may attend many dinners. - A member receives many invitations, and each invitation is mailed to many members. - A dinner is based
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education