Outline. Note 1. CSIE30600 Database Systems ER/EER to Relational Mapping 2

Similar documents
Chapter 7 Relational Database Design by ER- and EERR-to-Relational Mapping

Relational DB Design by ER- and EER-to-Relational Mapping Design & Analysis of Database Systems

Database Management

MIT Database Management Systems Lesson 03: ER-to-Relational Mapping

Chapter 9: Relational DB Design byer/eer to Relational Mapping Relational Database Design Using ER-to- Relational Mapping Mapping EER Model

Chapter 9 Outline. Relational Database Design by ER and EERto-Relational. Mapping Fundamentals of Database Systems

Database Management System (15ECSC208) UNIT I: Chapter 2: Relational Data Model and Relational Algebra

ER to Relational Mapping

This chapter discusses how to design a relational

Topic 5: Mapping of EER Diagrams to Relations

Ch 9: Mapping EER to Relational. Follow a seven-step algorithm to convert the basic ER model constructs into relations steps 1-7

Relational Model and Relational Algebra. Slides by: Ms. Shree Jaswal

COSC344 Database Theory and Applications. σ a= c (P) S. Lecture 4 Relational algebra. π A, P X Q. COSC344 Lecture 4 1

ER-to-Relational Mapping

Advanced Databases (SE487) Prince Sultan University College of Computer and Information Sciences

DATABASE DESIGN I - 1DL300

Translation ER/EER to relational

PES Institute of Technology Bangalore South Campus (1 K.M before Electronic City,Bangalore ) Department of MCA. Solution Set - Test-II

THE ENHANCED ER (EER) MODEL CHAPTER 8 (6/E) CHAPTER 4 (5/E)

Course Notes on From Entity-Relationship Schemas to Relational Schemas

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Information Systems Development 37C Lecture: Final notes. 30 th March 2017 Dr. Riitta Hekkala

Mapping ER Diagrams to. Relations (Cont d) Mapping ER Diagrams to. Exercise. Relations. Mapping ER Diagrams to Relations (Cont d) Exercise

Enhanced Entity-Relationship (EER) Modeling

DATABASDESIGN FÖR INGENJÖRER F

LELCTURE 4: ENHANCED ENTITY-RELATIONSHIP MODELING (EER)

Chapter 4. Enhanced Entity- Relationship Modeling. Enhanced-ER (EER) Model Concepts. Subclasses and Superclasses (1)

SVY2001: Databases for GIS

Entity Relationship Data Model. Slides by: Shree Jaswal

Chapter 8 The Enhanced Entity- Relationship (EER) Model

DATABASE DESIGN I - 1DL300

DATABASTEKNIK - 1DL116

Chapter (4) Enhanced Entity-Relationship and Object Modeling

Chapter 6: Entity-Relationship Model

Chapter 6: RELATIONAL DATA MODEL AND RELATIONAL ALGEBRA

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 4-1

Chapter 8: Enhanced ER Model

Relational Model. CS 377: Database Systems

COIS Databases

Relational Database Systems Part 01. Karine Reis Ferreira

Chapter 17. Methodology Logical Database Design for the Relational Model

THE ENTITY- RELATIONSHIP (ER) MODEL CHAPTER 7 (6/E) CHAPTER 3 (5/E)

Chapter 6: Entity-Relationship Model

Chapter 6: Entity-Relationship Model. E-R Diagrams

RELATIONAL DATA MODEL

Objectives of logical design... Transforming the ERD diagram into relations. Relational database components. Mapping a composite attribute

Database Technology. Topic 4: Enhanced Entity- Relationship (EER) Modeling

1. Considering functional dependency, one in which removal from some attributes must affect dependency is called

Chapter 6: Entity-Relationship Model

Using High-Level Conceptual Data Models for Database Design A Sample Database Application Entity Types, Entity Sets, Attributes, and Keys

Data Modeling Using the Entity-Relationship (ER) Model

Chapter 2: Entity-Relationship Model

Database Design Process

Chapter 3 The Enhanced E-R Model

Chapter 6: Entity-Relationship Model. The Next Step: Designing DB Schema. Identifying Entities and their Attributes. The E-R Model.

Relational Model: History

CS 338 The Enhanced Entity-Relationship (EER) Model

The Next Step: Designing DB Schema. Chapter 6: Entity-Relationship Model. The E-R Model. Identifying Entities and their Attributes.

Translating an ER Diagram to a Relational Schema

CMP-3440 Database Systems

Database Management System 6 ER Modeling...

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 8 Data Modeling Advanced Concepts

Sarajane Marques Peres, Ph.D. University of São Paulo Based on Elsmari, Navathe / Silberschatz, Korth, Sudarshan s books

ECE 650 Systems Programming & Engineering. Spring 2018

Entity-Relationship Model

Conceptual Database Design (ER modeling) Chapter Three

Conceptual Data Models for Database Design

COMP102: Introduction to Databases, 13

Chapter 7: Entity-Relationship Model

Chapter 7: Entity-Relationship Model

6.1 RELATIONSHIP CONCEPTS

Chapter Outline. Note 1. Overview of Database Design Process Example Database Application (COMPANY) ER Model Concepts

CS 405G: Introduction to Database Systems

Copyright 2016 Ramez Elmasr and Shamkant B. Navathei

Chapter 3 Data Modeling Using the Entity- Relationship (ER) Model

Overview of Database Design Process Example Database Application (COMPANY) ER Model Concepts

Chapter 7: Entity-Relationship Model

Enhanced Entity- Relationship Models (EER)

Data Modeling Using the Entity- Relationship Model Design & Analysis of Database Systems

Database Management System 10 Conversion of ER model to Relational Model

1/24/2012. Chapter 7 Outline. Chapter 7 Outline (cont d.) CS 440: Database Management Systems

Overview of Database Design Process. Data Modeling Using the Entity- Relationship (ER) Model. Two main activities:

Intro to DB CHAPTER 6

Database Systems ER Model. A.R. Hurson 323 CS Building

How to translate ER Model to Relational Model

Chapter 6. Advanced Data Modeling. Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

A l Ain University Of Science and Technology

Data Modeling Using the Entity-Relationship Model

Roadmap of This Lecture. Weak Entity Sets Extended E-R Features Reduction to Relation Schemas Database Design UML*

SQL STRUCTURED QUERY LANGUAGE

Chapter 2 ENTITY RELATIONSHIP MODEL

Functional Dependencies and Normalization for Relational Databases Design & Analysis of Database Systems

Introduction to Data Management. Lecture #3 (Conceptual DB Design) Instructor: Chen Li

High Level Database Models

CIS 330: Applied Database Systems. ER to Relational Relational Algebra

CONCEPTUAL DESIGN: ER TO RELATIONAL TO SQL

Sahaj Computer Solutions. Data Modeling using the Entity Relationship Model

A database can be modeled as: + a collection of entities, + a set of relationships among entities.

Data Modeling with the Entity Relationship Model. CS157A Chris Pollett Sept. 7, 2005.

Database design process

Transcription:

Outline ER-to-Relational Mapping Algorithm Step 1: Mapping of Regular Entity Types Step 2: Mapping of Weak Entity Types Step 3: Mapping of Binary 1:1 Relation Types Step 4: Mapping of Binary 1:N Relationship Types. Step 5: Mapping of Binary M:N Relationship Types. Step 6: Mapping of Multivalued attributes. Step 7: Mapping of N-ary Relationship Types. Mapping EER Model Constructs to Relations Step 8: Options for Mapping Specialization or Generalization. Step 9: Mapping of Union Types (Categories). CSIE30600 Database Systems ER/EER to Relational Mapping 2 Note 1

CSIE30600 Database Systems ER/EER to Relational Mapping 3 CSIE30600 Database Systems ER/EER to Relational Mapping 4 Note 2

Mapping Algorithm (Step 1) Step 1: Mapping of Regular Entity Types. For each regular (strong) entity type E, create a relation R that includes all the simple attributes of E. Choose one of the keys of E as the primary key for R. If the chosen key of E is composite, the set of simple attributes together form the primary key of R. Example: Create the relations EMPLOYEE, DEPARTMENT, and PROJECT corresponding to the regular entities in the ER diagram. SSN, DNUMBER, and PNUMBER are the primary keys for the relations EMPLOYEE, DEPARTMENT, and PROJECT as shown. ER to Relational - Step 1 Step 1: Process regular entity types. (entity relations) CSIE30600 Database Systems ER/EER to Relational Mapping 5 CSIE30600 Database Systems ER/EER to Relational Mapping 6 Note 3

Mapping Algorithm (Step 2) Step 2: Mapping of Weak Entity Types For each weak entity type W in the ER schema with owner entity type E, create a relation R & include all simple attributes (or simple components of composite attributes) of W as attributes of R. Also, include as foreign key attributes of R the primary key attribute(s) of the owner(s). The primary key of R is the combination of the primary key(s) of the owner(s) and the partial key of the weak entity type W, if any. ER to Relational - Step 2 Step 2: Process weak entity types. N 1 CSIE30600 Database Systems ER/EER to Relational Mapping 7 CSIE30600 Database Systems ER/EER to Relational Mapping 8 Note 4

Step 2 (contd.) Example: Create the relation DEPENDENT in this step to correspond to the weak entity type DEPENDENT. Include the primary key SSN of the EMPLOYEE relation as a foreign key attribute of DEPENDENT (renamed to ESSN). The primary key of the DEPENDENT relation is the combination {ESSN, DEPENDENT_NAME} because DEPENDENT_NAME is the partial key of DEPENDENT. ER-to-Relational Mapping Algorithm (cont.) CSIE30600 Database Systems ER/EER to Relational Mapping 9 CSIE30600 Database Systems ER/EER to Relational Mapping 10 Note 5

Mapping Algorithm (Step 3) Step 3: Mapping of Binary 1:1 Relation Types For each binary 1:1 relationship type R in the ER schema, identify the relations S and T that correspond to the entity types participating in R. Three possible approaches: 1. Foreign Key approach: Choose one of the relations-say S- and include a foreign key in S the primary key of T. It is better to choose an entity type with total participation in R in the role of S. Example: 1:1 relation MANAGES is mapped by choosing the participating entity type DEPARTMENT to serve in the role of S, because its participation in the MANAGES relationship type is total. Step 3 (cont.) 2. Merged relation option: An alternate mapping of a 1:1 relationship type is possible by merging the two entity types and the relationship into a single relation. This may be appropriate when both participations are total. 3. Cross-reference or relationship relation option: The third alternative is to set up a third relation R for the purpose of cross-referencing the primary keys of the two relations S and T representing the entity types. CSIE30600 Database Systems ER/EER to Relational Mapping 11 CSIE30600 Database Systems ER/EER to Relational Mapping 12 Note 6

ER to Relational - Step 3 Step 3: Process 1:1 relationships. 1 Mapping Algorithm (Step 4) Step 4: Mapping of Binary 1:N Relationship Types. For each regular binary 1:N relationship type R, identify the relation S that represent the participating entity type at the N-side of the relationship type. Include as foreign key in S the primary key of the relation T that represents the other entity type participating in R. Include any simple attributes of the 1:N relation type as attributes of S. 1 CSIE30600 Database Systems ER/EER to Relational Mapping 13 CSIE30600 Database Systems ER/EER to Relational Mapping 14 Note 7

ER to Relational - Step 4 Step 4: Process 1:N relationships. Step 4 (cont.) Example: 1:N relationship types WORKS_FOR, CONTROLS, and SUPERVISION in the figure. For WORKS_FOR we include the primary key DNUMBER of the DEPARTMENT relation as foreign key in the EMPLOYEE relation and call it DNO. CSIE30600 Database Systems ER/EER to Relational Mapping 15 CSIE30600 Database Systems ER/EER to Relational Mapping 16 Note 8

Mapping Algorithm (Step 5) Step 5: Mapping of Binary M:N Relationship Types. For each regular binary M:N relationship type R, create a new relation S to represent R. Include as foreign key attributes in S the primary keys of the relations that represent the participating entity types; their combination will form the primary key of S. Also include any simple attributes of the M:N relationship type (or simple components of composite attributes) as attributes of S. ER to Relational - Step 5 Step 5: Process M:N relationships. CSIE30600 Database Systems ER/EER to Relational Mapping 17 CSIE30600 Database Systems ER/EER to Relational Mapping 18 Note 9

Step 5 (contd.) Example: The M:N relationship type WORKS_ON from the ER diagram is mapped by creating a relation WORKS_ON in the relational database schema. The primary keys of the PROJECT and EMPLOYEE relations are included as foreign keys in WORKS_ON and renamed PNO and ESSN, respectively. Attribute HOURS in WORKS_ON represents the HOURS attribute of the relation type. The primary key of the WORKS_ON relation is the combination of the foreign key attributes {ESSN, PNO}. Mapping Algorithm (Step 6) Step 6: Mapping of Multivalued attributes. For each multivalued attribute A, create a new relation R. This relation R will include an attribute corresponding to A, plus the primary key attribute K-as a foreign key in R-of the relation that represents the entity type of relationship type that has A as an attribute. The primary key of R is the combination of A and K. If the multivalued attribute is composite, we include its simple components. CSIE30600 Database Systems ER/EER to Relational Mapping 19 CSIE30600 Database Systems ER/EER to Relational Mapping 20 Note 10

ER to Relational - Step 6 Step 6: Process multivalued attributes. Step 6 (contd.) Example: The relation DEPT_LOCATIONS is created. The attribute DLOCATION represents the multivalued attribute LOCATIONS of DEPARTMENT, while DNUMBERas foreign key-represents the primary key of the DEPARTMENT relation. The primary key of R is the combination of {DNUMBER, DLOCATION}. CSIE30600 Database Systems ER/EER to Relational Mapping 21 CSIE30600 Database Systems ER/EER to Relational Mapping 22 Note 11

Mapping Algorithm (Step 7) Step 7: Mapping of N-ary Relationship Types. For each n-ary relationship type R, where n>2, create a new relation S to represent R. Include as foreign key attributes in S the primary keys of the relations that represent the participating entity types. Also include any simple attributes of the n-ary relationship type (or simple components of composite attributes) as attributes of S. ER to Relational - Step 7 Step 7: Process n-array relationship type for n > 2. CSIE30600 Database Systems ER/EER to Relational Mapping 23 CSIE30600 Database Systems ER/EER to Relational Mapping 24 Note 12

Summary of Mapping for ER Model Constructs Mapping EER Model Constructs to Relations Step 8: Mapping Specialization or Generalization. Convert each specialization with m subclasses {S1,.,Sm} and generalized superclass C with attributes {k,a1, an} and k is the (primary) key, into relational schemas: Option 8A: Multiple relations-superclass and subclasses Option 8B: Multiple relations-subclass relations only Option 8C: Single relation with one type attribute Option 8D: Single relation with multiple type attributes CSIE30600 Database Systems ER/EER to Relational Mapping 25 CSIE30600 Database Systems ER/EER to Relational Mapping 26 Note 13

Mapping EER Model Constructs to Relations Option 8A: Multiple relations-superclass and subclasses Create a relation L for C with attributes Attrs(L) = {k,a1, an} and PK(L) = k. Create a relation Li for each subclass Si, 1 < i < m, with the attributes Attrs(Li) = {k} U {attributes of Si} and PK(Li)=k. This option works for any specialization (total or partial, disjoint of over-lapping). EER to Relational - Step 8 Step 8: Process superclass/subclass relationships. Option 8A: Create a relation for the superclass and a relation for each subclass with key attributes from the superclass. K A B S1 L C S2 M S3 N C K A B S1 K L S2 K M S3 K N CSIE30600 Database Systems ER/EER to Relational Mapping 27 CSIE30600 Database Systems ER/EER to Relational Mapping 28 Note 14

EER diagram notation for an attributedefined specialization on JobType. Options for mapping specialization or generalization. (a) Mapping the EER schema in last slide using option 8A. CSIE30600 Database Systems ER/EER to Relational Mapping 29 CSIE30600 Database Systems ER/EER to Relational Mapping 30 Note 15

EER to Relational - Option 8B Option 8B: Multiple relations-subclass relations only Create a relation Li for each subclass Si, 1 < i < m, with the attributes Attr(Li) = {attributes of Si} U {k,a1,an} and PK(Li) = k. This option only works for a specialization whose subclasses are total (every entity in the superclass must belong to (at least) one of the subclasses). EER to Relational - Option 8B Option 8B: Create a relation for each subclass with all attributes of the superclass. K A B S1 L C S2 M S3 N S1 K A B L S2 K A B M S3 K A B N CSIE30600 Database Systems ER/EER to Relational Mapping 31 CSIE30600 Database Systems ER/EER to Relational Mapping 32 Note 16

Generalization. (b) Generalizing CAR and TRUCK into the superclass VEHICLE. Options for mapping specialization or generalization. (b) Mapping the EER schema using option 8B. CSIE30600 Database Systems ER/EER to Relational Mapping 33 CSIE30600 Database Systems ER/EER to Relational Mapping 34 Note 17

EER to Relational - Option 8C Option 8C: Single relation with one type attribute Create a single relation L with attributes Attrs(L) = {k,a 1, a n } U {attributes of S 1 } U U {attributes of S m } U {t} and PK(L) = k. The attribute t is called a type (or discriminating) attribute that indicates the subclass to which each tuple belongs EER to Relational - Option 8C Option 8C: Create a single relation with all attributes of superclass and subclasses, and a type attribute. (for disjoin specialization) K A B C d C K A B L M N T S1 L S2 M S3 N CSIE30600 Database Systems ER/EER to Relational Mapping 35 CSIE30600 Database Systems ER/EER to Relational Mapping 36 Note 18

EER diagram notation for an attributedefined specialization on JobType. Options for mapping specialization or generalization. (c) Mapping the EER schema in last slide using option 8C. CSIE30600 Database Systems ER/EER to Relational Mapping 37 CSIE30600 Database Systems ER/EER to Relational Mapping 38 Note 19

EER to Relational - Option 8D Option 8D: Single relation with multiple type attributes Create a single relation L with attributes Attrs(L) = {k,a 1, a n } U {attributes of S 1 } U U {attributes of S m } U {t 1, t 2,,t m } and PK(L) = k. Each t i, 1 < I < m, is a Boolean type attribute indicating whether a tuple belongs to the subclass S i. EER to Relational - Option 8D Option 8D: Create a single relation with all attributes of superclass and subclasses, and a set of Boolean attributes, one for each subclass. (for overlapping specialization) K A B C o C K A B T1 L T2 M T3 N S1 L S2 M S3 N CSIE30600 Database Systems ER/EER to Relational Mapping 39 CSIE30600 Database Systems ER/EER to Relational Mapping 40 Note 20

EER diagram notation for an overlapping (non-disjoint) specialization. Options for mapping specialization or generalization. (d) Using option 8D with Boolean type fields Mflag and Pflag. CSIE30600 Database Systems ER/EER to Relational Mapping 41 CSIE30600 Database Systems ER/EER to Relational Mapping 42 Note 21

Mapping of Shared Subclasses (Multiple Inheritance) A specialization lattice with multiple inheritance for a UNIVERSITY database. Mapping of Shared Subclasses A shared subclass is a subclass of several classes, indicating multiple inheritance. These classes must all have the same key attribute; otherwise, the shared subclass would be modeled as a category. We can apply any of the options discussed in Step 8 to a shared subclass, subject to the restriction discussed in Step 8 of the mapping algorithm. Below both 8C and 8D are used for the shared class STUDENT_ASSISTANT. CSIE30600 Database Systems ER/EER to Relational Mapping 43 CSIE30600 Database Systems ER/EER to Relational Mapping 44 Note 22

Mapping the EER specialization lattice using multiple options. Mapping of Categories (Union Types) Step 9 Step 9: Mapping of Union Types (Categories) Defining superclasses have different keys Specify a new key attribute Surrogate key CSIE30600 Database Systems ER/EER to Relational Mapping 45 CSIE30600 Database Systems ER/EER to Relational Mapping 46 Note 23

Summary ER-to-Relational Mapping Algorithm Step 1: Mapping of Regular Entity Types Step 2: Mapping of Weak Entity Types Step 3: Mapping of Binary 1:1 Relation Types Step 4: Mapping of Binary 1:N Relationship Types. Step 5: Mapping of Binary M:N Relationship Types. Step 6: Mapping of Multivalued attributes. Step 7: Mapping of N-ary Relationship Types. EER Model Constructs to Relations Step 8: Options for Mapping Specialization or Generalization. Step 9: Mapping of Union Types (Categories). CSIE30600 Database Systems ER/EER to Relational Mapping 47 CSIE30600 Database Systems ER/EER to Relational Mapping 48 Note 24