Question
Translate the following ER diagram into an equivalent minimal storage relational design. (Be sure to include all necessary keys and foreign key references.)

keyOfA (attrOfA derivedAttr) A 1 dependsOn attrofwk Weak partialKey
0 0
Add a comment Improve this question Transcribed image text
Answer #1

this Er diagram basically constitute the following things
Lets talk about them which are as follows (simple and line wise explination here for the simplified design )


1. A : is a entity which simply reflect the obejct/things in the real world.


1.1-> attofA : is the number of the attribute associated with the A like taking an           
       example(person is entity and the id,name of the person is attribute)

"Person" is the entity and the (attribute of "person" is "person_id",                "person_name" etc)


   1.2-> Key of A : This simply means that the key which is used to uniquely identified            the whole entity by using the primary key concept.
           Example: as taken the above example of person , the "id" is used as            primary key ehich uniquely identified a person from the group .


   1.3->DerivedAttr-> This simply means the attributed which is derived from another attribute.
           Example; "DOB" is an attribute in person entity , then its age is    derived by using "dob" (:DATE OF BIRTH")


2. (1 TO MANY) : HERE "A" hold a relation to "WEAK" USING 1 TO MANY RELATION SCEME(totally dependent scheme)
               Example: like Customer having a two account at a given    branch (BANK AND ACCOUNT )


3. DependsON: This simply shows the relation ship for weak entity set means (here A holds            the relation with B by using a weak entity set type)
        Example: Just take an Example of (CUSTOMER<<BORROWS>>=lOANS)


           HERE cUSTOMER IS TOTALLY DEPEND(=) UPON THE LOAN USING A    BORROW DEPENDENCY OF THE WEAK entity set where the primary key of the    CUSTOMER IS reference for the LOAN AS A REFRENCE KEY (PRIMARY KEY OF    CUSTOMER , AS REFRENCE FOR LOAN)


4.partialKey: A foreign key's a field in a very table that's the first key of a connected table.    it's not absolute to unambiguously determine a row within the table it's in. A partial    key's one or additional fields that type a vicinity of a primary key. therefore a partial    key doesn't unambiguously determine a row, however will be combined with    another partial key


      Example:it Specify the key which is partally unique ,(used for the weak        attribute)


5: Weak:here double rectangle represent the weak entity set means
Example
( [LOAN]-<LOAN-PAYMENT.-[[PAYMENT]]
IN the same way WEAK IS DEPENDENT ON A FOR ITS association of the character set

6.AttributeOfWeak: attribute of the weak entity set is
just take an example here
Example
( [LOAN]-<LOAN-PAYMENT.-[[PAYMENT]]
here the payment is describe by usings its( payment number,amount,date) which constitute a weak entity set

Add a comment
Know the answer?
Add Answer to:
Translate the following ER diagram into an equivalent minimal storage relational design. (Be sure to include...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Questions: Assume you are creating a database for IS paint store. Suppose you have an ER diagram ...

    Questions: Assume you are creating a database for IS paint store. Suppose you have an ER diagram like the following: Please answer the following questions. Explain your answer. 1. Convert the ER diagrams to relational tables. 2. Specify primary keys and foreign keys in each table. For foreign keys, specify which primary key it references to. 3. Please create the tables in SQL for the relational tables in our ER diagrams. You also need to define primary keys and foreign...

  • This is how i mapped the relational schema diagram. would this be correct? i feel like...

    This is how i mapped the relational schema diagram. would this be correct? i feel like i am missing something. ud bundle at the start of the class on the due date. ment. 1. (10 pts) Use the ER-to-relational mapping algorithm to map the BANK ER diagram to a relational schema diagram. Prepare the diagram using ERDPlus and make sure to specify all primary keys and foreign keys. (Position the relations so that the arcs from the foreign keys to...

  • ER to Relational Mapping a) i) Reverse engineer the following schema to make an ER Diagram...

    ER to Relational Mapping a) i) Reverse engineer the following schema to make an ER Diagram A (), B (), C () B.a references A.a; C.ab references B.ab ii) EMP (, ename, supervisor, Dno), DEP (, dname) EMP.Dno referencesDEP.Dno; EMP.supervisor references EMP.ssn bold is underline.

  • Question 30. Convert the ER diagram below to a relational schema using the conversion algorithm from...

    Question 30. Convert the ER diagram below to a relational schema using the conversion algorithm from this unit. Show all of the steps in the algorithm. ER To Relational Conversion Algorithm Step 1: Each entity becomes a relation Step 2: Each many-to-many relationship becomes a relation Step 3: Each one-to-many relationship is represented by a foreign key Step 4: Write out the final relational schema Crazy Party Planning buys Nickname Address DUDE SNACK SnackName SnackDescription knows GuestName GUEST PhoneNumber invites

  • QUESTION 1 What is the most common relationship within a relational database? Select the best answer...

    QUESTION 1 What is the most common relationship within a relational database? Select the best answer from the following. One-To-One relationship. o One-To-Many relationship. Many-To-Many relationship. Zero-To-Zero relationship. QUESTION 2 What is an "entity'? Select the best answer from the following. An entity, for our purposes, is the same as a table in the database. An entity represents one of the columns in an individual table. There are no entities in a relational database. Entities are only part of NoSQL...

  • Need help with database ER diagram. Thank you Design a database for team sport of your...

    Need help with database ER diagram. Thank you Design a database for team sport of your choice (for example hockey, soccer). Include information about athletes and their team. Draw the ER diagram. Be sure to underline the Primary keys. -ATHLETE includes their name, age, id, -TEAM includes name, id, colors, city, ranking -Each athlete PLAYS_FOR a team and what year they started

  • DATABASES You are required to design and implement a relational database to help the local community...

    DATABASES You are required to design and implement a relational database to help the local community center better serve the residents in your neighborhood. Database Specifications: In your preliminary analysis, you have determined the following basic facts about the community center and the services it provides to the residents in the neighborhood: - The community center serves multiple areas which fall into different zip codes.  - The community center provides collaborative family based care services. An immediate family is...

  • Consider the following tables: STORAGE(ST_CODE, ST_NAME, ST_LOCATION, ST_CONTACT) ITEM(IT_CODE, IT_DESCRIPTION, IT_QUANTITY, ST_CODE) For the tables given...

    Consider the following tables: STORAGE(ST_CODE, ST_NAME, ST_LOCATION, ST_CONTACT) ITEM(IT_CODE, IT_DESCRIPTION, IT_QUANTITY, ST_CODE) For the tables given above, work on the problems below: 4. For one of the tables, give examples of a superkey and a secondary key. 5. For the given tables, explain how entity integrity and referential integrity could be violated. Give specific examples. 6. Use Visio to create a detailed Crow's Foot ERD. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must...

  • Part 32 Tramdlatian Madl eal es Point) Question 3.2.1 (35 Points) Take the following ER-model and...

    Part 32 Tramdlatian Madl eal es Point) Question 3.2.1 (35 Points) Take the following ER-model and translate it into a relational schema using the rules presented in class. Present the relational schema as an SQL script (assume that all attributes are of data type INT). Present the results of the following intermediate steps in this order: 1. Translate strong entities + unnest composite attributes 2. Translate weak entities 3. Translated multi-valued attributes 4. Translate relationships as 011 A. 0:N 012...

  • Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation...

    Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation (SQL queries). You are not to copy or use any part of a database project that was previously submitted or appears on the Web, in a textbook, or otherwise made available via an external source. Contact your instructor if you have any questions regarding this requirement. Deliverables for Part 1: (1) Project Description. Provide an overview of your project identifying the major components as...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT