Introduction to Database Design

Similar documents
Introduction to Database Design

Overview. Introduction to Database Design. ER Model. Database Design

Database Design. ER Model. Overview. Introduction to Database Design. UVic C SC 370. Database design can be divided in six major steps:

Database Applications (15-415)

Introduction to Database Design. Dr. Kanda Runapongsa Dept of Computer Engineering Khon Kaen University

CSE 530A. ER Model. Washington University Fall 2013

The Entity-Relationship (ER) Model

The Entity-Relationship Model

The Entity-Relationship Model

MIS Database Systems Entity-Relationship Model.

The Entity-Relationship Model. Overview of Database Design. ER Model Basics. (Ramakrishnan&Gehrke, Chapter 2)

The Entity-Relationship (ER) Model 2

Database Management Systems. Chapter 3 Part 2

Introduction to Database Design

CIS 330: Web-driven Web Applications. Lecture 2: Introduction to ER Modeling

Database Management Systems. Chapter 2 Part 2

The Entity-Relationship Model. Overview of Database Design

High Level Database Models

The Entity-Relationship Model. Steps in Database Design

High-Level Database Models (ii)

OVERVIEW OF DATABASE DEVELOPMENT

CS/INFO 330 Entity-Relationship Modeling. Announcements. Goals of This Lecture. Mirek Riedewald

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

Relational Model. Topics. Relational Model. Why Study the Relational Model? Linda Wu (CMPT )

From ER to Relational Model. Book Chapter 3 (part 2 )

Database Design CENG 351

Contents. Database. Information Policy. C03. Entity Relationship Model WKU-IP-C03 Database / Entity Relationship Model

Overview of db design Requirement analysis Data to be stored Applications to be built Operations (most frequent) subject to performance requirement

The Relational Model

The Entity-Relationship Model

The Relational Model 2. Week 3

Data Modeling. Yanlei Diao UMass Amherst. Slides Courtesy of R. Ramakrishnan and J. Gehrke

CONCEPTUAL DESIGN: ER TO RELATIONAL TO SQL

Database Applications (15-415)

CSIT5300: Advanced Database Systems

SYLLABUS ADMIN DATABASE SYSTEMS I WEEK 2 THE ENTITY-RELATIONSHIP MODEL. Assignment #2 changed. A2Q1 moved to A3Q1

ER Model Overview. The Entity-Relationship Model. Database Design Process. ER Model Basics

Database Applications (15-415)

The Relational Model (ii)

The Relational Model

Introduction to Data Management. Lecture #3 (Conceptual DB Design)

Modeling Your Data. Chapter 2. cs542 1

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

Conceptual Design. The Entity-Relationship (ER) Model

Database Management Systems. Syllabus. Instructor: Vinnie Costa

Introduction to Data Management. Lecture #3 (Conceptual DB Design)

Review The Big Picture

The Relational Model. Chapter 3

The Relational Model. Chapter 3. Database Management Systems, R. Ramakrishnan and J. Gehrke 1

COMP Instructor: Dimitris Papadias WWW page:

The Relational Model. Chapter 3. Comp 521 Files and Databases Fall

Databases Model the Real World. The Entity- Relationship Model. Conceptual Design. Steps in Database Design. ER Model Basics. ER Model Basics (Contd.

ENTITY-RELATIONSHIP. The database design process can be divided into six steps. The ER model is most relevant to the first three steps:

CIS 330: Applied Database Systems

Entity-Relationship Diagrams

Database Applications (15-415)

ER to Relational Mapping. ER Model: Overview

CSC 261/461 Database Systems Lecture 10

CSE 530A. ER Model to Relational Schema. Washington University Fall 2013

Database Systems. Course Administration

ER Model. CSC 343 Winter 2018 MICHAEL LIUT

CSC 261/461 Database Systems Lecture 8. Fall 2017

VARDHAMAN COLLEGE OF ENGINEERING Shamshabad , Hyderabad B.Tech. CSE IV Semester (VCE - R11) T P C 3+1* -- 4 (A1511) DATABASE MANAGEMENT SYSTEMS

The Relational Model. Chapter 3. Comp 521 Files and Databases Fall

Database Systems ( 資料庫系統 )

COMP 244. ER-Diagram Notations. Entity-Relationship Diagrams DATABASE CONCEPTS & APPLICATIONS. Database Concepts & Applications 1.

Database Design & Deployment

The Relational Model. Why Study the Relational Model? Relational Database: Definitions

The Relational Model. Outline. Why Study the Relational Model? Faloutsos SCS object-relational model

COMP 244 DATABASE CONCEPTS & APPLICATIONS

CSC 261/461 Database Systems Lecture 8. Spring 2018

Conceptual Design. The Entity-Relationship (ER) Model

Introduction to Databases

Introduction to Data Management. Lecture #5 (E-R Relational, Cont.)

The Relational Model. Roadmap. Relational Database: Definitions. Why Study the Relational Model? Relational database: a set of relations

Database Management Systems. Session 2. Instructor: Vinnie Costa

Introduction to Data Management. Lecture #3 (E-R Design, Cont d.)

Relational Databases BORROWED WITH MINOR ADAPTATION FROM PROF. CHRISTOS FALOUTSOS, CMU /615

CS2 Current Technologies Lecture 5: Data Modelling and Design

Database Systems. Lecture2:E-R model. Juan Huo( 霍娟 )

Translation of ER-diagram into Relational Schema. Dr. Sunnie S. Chung CIS430/530

Introduction to Data Management. Lecture #4 (E-R à Relational Design)

Introduction to Data Management. Lecture #6 E-Rà Relational Mapping (Cont.)

! Need to decide. " What are relations. " What are columns/attributes in relations. " What integrity constraints or business rules hold?

Databases Model the Real World. The Entity- Relationship Model. Conceptual Design. Steps in Database Design. ER Model Basics. ER Model Basics (Contd.

LAB 3 Notes. Codd proposed the relational model in 70 Main advantage of Relational Model : Simple representation (relationstables(row,

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

2. DatabaseDesign. Master I Software Engineering. Dr. Imed Bouchrika Dept of Mathematics & Computer Science University of Souk-Ahras

Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications. Problem. Faloutsos - Pavlo CMU SCS /615

Why Study the Relational Model? The Relational Model. Relational Database: Definitions. The SQL Query Language. Relational Query Languages

ER Model. Objectives (2/2) Electricite Du Laos (EDL) Dr. Kanda Runapongsa Saikaew, Computer Engineering, KKU 1

Problem. Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications

SQL DDL. CS3 Database Systems Weeks 4-5 SQL DDL Database design. Key Constraints. Inclusion Constraints

CMPT 354 Database Systems I

Administrivia. Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications. Course Topics. Problem

2004 John Mylopoulos. The Entity-Relationship Model John Mylopoulos. The Entity-Relationship Model John Mylopoulos

Database Design Process

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

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

Translating an ER Diagram to a Relational Schema

Transcription:

Introduction to Database Design UVic C SC 370, Fall 2002 Daniel M. German Department of Computer Science University of Victoria 2 1 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Overview What are the steps in designing a database? What is the entity-relationship (ER) model? How does UML related to the ER model? Chapter 2 of textbook 2 2 Introduction to Database Design CSC 370 dmgerman@uvic.ca

ER Model The Entity-Relationship data model allows us to describe the data involved in a real-world system in terms of objects and their relationships It is widely used in database design 2 3 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Database Design Database design can be divided in six major steps: Requirements analysis Conceptual Database design (mostly done using the ER model) Logical Database design Schema refinement Physical Database Design Application and Security Design 2 4 Introduction to Database Design CSC 370 dmgerman@uvic.ca

ER diagram ER Diagram: an approximate description of the data, constructed through a subjective evaluation of the information, that was collected through the requirements analysis phase. 2 5 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entities Entity: is an object in the real world that is distinguishable from other objects Entity Set: collection of similar objects An entity is described using a set of attributes Each attribute has a domain of possible values. For each entity set, we should select a key A key is a minimal set of attributes that uniquely identify an entity in a set 2 6 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Example of an Entity name ssn lot Employees 2 7 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Relationships A relationship is an association among two or more entities A set of similar relationships is called a relationship set: ( Each n-tuple denotes a relationship involving n entities is in the entity set ) where A relationship can also include its own attributes (called descriptive attributes A relationship must be uniquely identified by its participating entities 2 8 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Example of a Relationship name Since dname ssn lot did budget Employees WorksIn Departments 2 9 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Example of a Ternary Relationship name Since dname ssn lot did budget Employees WorksIn2 Departments address Locations capacity 2 10 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Role Indicators name ssn lot Employees supervisor subordinate ReportsTo 2 11 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Key Constraints One-to-many: an entity is related to many other entities, but each of these entities can only be related to one entity Many-to-many: an entity is related to many other entities, and vice-versa 2 12 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Key Constraint on Manages name Since dname ssn lot did budget Employees Manages Departments 2 13 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Key Constraint on a Ternary Rel. name Since dname ssn lot did budget Employees WorksIn3 Departments address Locations capacity 2 14 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Participation Constraints There are two types of participation constraints for an entity in a relationship: Total: Every instance of the entity is present in the relationship (represent it by a thick line) Partial: Not every instance of the entity is present in the relationship represented 2 15 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Total participation name Since dname ssn lot did budget Employees Manages Departments WorksIn Since 2 16 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Weak Entities Sometimes the attributes associated with an entity set do not include a key A weak entity can be identified uniquely only by considering some of its attributes in conjunction with the primary key of another entity (called identifying owner entity) The following restrictions must hold: The owner entity set is a one-to-many to the weak entity (identifying relationship set) The weak entity set should have total participation in the identifying relationship set. Represented by drawing the relation and the weak entity in thick lines 2 17 Introduction to Database Design CSC 370 dmgerman@uvic.ca

A Weak Entity Set name cost ssn lot pname age Employees Policy Dependents 2 18 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Class Hierarchies Sometimes we need to define entities as derivations of others (ISA That is, the attributes of an entity are those of another entity (its parent) plus other ones A class hierarchy can be seen in two different ways: Specialization: identify subsets of an entity that share some distinguishing characteristics Generalization: An entity is created that includes several characteristics common to different entity sets. 2 19 Introduction to Database Design CSC 370 dmgerman@uvic.ca

A Class Hierarchy name ssn lot Employees hourlywages hoursworked ISA contractid HourlyEmps ContractEmps 2 20 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Class hierarchies... Why do we subclass? We might want to include attributes that only make sense for the subclass (specialization) We might want to identify a set of entities that participate in a given relation (generalization) 2 21 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Aggregation Sometimes a relationship needs to relate one relationship with a collection of entities or other relationships Aggregation allows us to indicate that a relationship set participates in another relationship set. Illustrated by drawing a dashed box around the set of related entities and relationships. 2 22 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Aggregation... name ssn lot Employees Monitors until startedon since dname pid pbudget did budget Projects Sponsors Departments 2 23 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Conceptual Design with the ER Model Developing an ER diagram presents several choices: Should a concept be modelled as an entity or an attribute? Should a concept be modelled as an entity or a relationship? What are the relationship sets and their participating entity sets? Should we use binary or ternary relationships? Should we use aggregation? 2 24 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entity vs. Attribute It is not always clear what should be an attribute of an entity and what should be moved to a new entity set In general, an attribute should not be an entity unless: We need to record the same attribute(s) for more than one entity We want to capture the structure of this attribute in our ER-diagram 2 25 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entity vs. Attribute... name from to dname ssn lot did budget Employees WorksIn4 Departments 2 26 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entity vs. Attribute... name dname ssn lot did budget Employees WorksIn4 Departments from Duration to 2 27 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entity vs. Relationship The imprecise nature of ER modelling makes it difficult to recognize when to define an attribute as part of an entity or as part of a relationship The only solution (at this point) is to apply common sense: is the attribute part of the relation, or is it part of the entity? In general, a mistake in this stage will lead to wasted storage We will fix this in the future (normalization) 2 28 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Entity vs. Relationship... name since dbudget dname ssn lot did budget Employees Manages2 Departments 2 29 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Binary vs. Ternary Relationships In cases where we can use either a binary or ternary relationship, the decision is usually determined by any restrictions (integrity constraints) on the relationship that we are trying to model and if we can or cannot do it with a ternary relationship 2 30 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Binary vs. Ternary... name ssn lot pname age Employees Covers Dependents Policies policyid cost A policy cannot be owned jointly by two or more employees Every policy must be owned by some employee Dependents is a weak entity (uniquely identified by policyid and pname) 2 31 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Binary vs. Ternary... name ssn lot pname age Employees Purchaser Beneficiary Dependents Policies policyid cost 2 32 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Aggregation vs. Ternary Relationships Again, the choice depends on integrity constraints 2 33 Introduction to Database Design CSC 370 dmgerman@uvic.ca

Aggregation vs. Ternary... name ssn lot startedon Employees dname pid pbudget did budget Employees Sponsors2 Departments 2 34 Introduction to Database Design CSC 370 dmgerman@uvic.ca