1 / 42

How to Translate ER diagram into Relational Schema

Chapter 9, part 1. Strong Entity Types. 1. For each regular (strong) entity type in the ER schema, create a relation that includes all the simple attributes. 2. Include only the simple component attributes of a composite attribute. 3.Choose one of the key attributes of entity type as primary key f

tamika
Télécharger la présentation

How to Translate ER diagram into Relational Schema

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Chapter 9, part 1 How to Translate ER diagram into Relational Schema We will follow the following multi-step process Strong Entity Types Weak Entity Types Multivalued attributes Binary Relationships M:N 1:N 1:1 n-ary relationships

    2. Chapter 9, part 1 Strong Entity Types 1. For each regular (strong) entity type in the ER schema, create a relation that includes all the simple attributes. 2. Include only the simple component attributes of a composite attribute. 3.Choose one of the key attributes of entity type as primary key for table.

    3. Chapter 9, part 1

More Related