Entity-Relationship Model. Purpose of E/R Model

Similar documents
Entity-Relationship Model

E/R Diagrams! Converting E/R Diagrams to Relations!

CS54100: Database Systems

KEYS WEAK ENTITY SETS EXAMPLE: WEAK ENTITY SET EXAMPLE: WEAK ENTITY SET. Beers. Ales. Players. Teams ISA. and. Plays-on

ER Model. CSC 343 Winter 2018 MICHAEL LIUT

ENTITY-RELATIONSHIP MODEL

Conceptual Design with ER Model

CS 405G: Introduction to Database Systems. Database Design II

The Relational Model

Design Techniques. 1. Avoid redundancy 2. Limit the use of weak entity sets 3. Don t use an entity set when an attribute will do

e e Conceptual design begins with the collection of requirements and results needed from the database (ER Diag.)

From E/R Diagrams to Relations

ENTITY-RELATIONSHIP MODEL. CS 564- Spring 2018

Database Systems. Course Administration

Administrivia. CS 235: Introduction to Databases. Examples. What is a DBMS? The DBMS Marketplace. Relational Model

CS 317/387. A Relation is a Table. Schemas. Towards SQL - Relational Algebra. name manf Winterbrew Pete s Bud Lite Anheuser-Busch Beers

Relational Model. Lecture #6 Autumn, Fall, 2001, LRX

BİL 354 Veritabanı Sistemleri. Relational Model (İlişkisel Veri Modeli)

Introduction to SQL. Select-From-Where Statements Multirelation Queries Subqueries. Slides are reused by the approval of Jeffrey Ullman s

Introduction to SQL. Multirelation Queries Subqueries. Slides are reused by the approval of Jeffrey Ullman s

OVERVIEW OF DATABASE DEVELOPMENT

Database Design Using E/R Model

Introduction to SQL SELECT-FROM-WHERE STATEMENTS SUBQUERIES DATABASE SYSTEMS AND CONCEPTS, CSCI 3030U, UOIT, COURSE INSTRUCTOR: JAREK SZLICHTA

Relational Database Design Part I. Announcement. Relational model: review. CPS 116 Introduction to Database Systems

EXTENDED RELATIONAL ALGEBRA OUTERJOINS, GROUPING/AGGREGATION INSERT/DELETE/UPDATE

Announcement. Relational Database Design Part I. Keys. Relational model: review. Schema vs. data. More examples of keys

SQL Continued! Outerjoins, Aggregations, Grouping, Data Modification

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

Introduction to SQL. Select-From-Where Statements Multirelation Queries Subqueries

More SQL. Extended Relational Algebra Outerjoins, Grouping/Aggregation Insert/Delete/Update

Relational Database Design Part I. Announcements (September 5) Relational model: review. CPS 116 Introduction to Database Systems

CS 4604: Introduction to Database Management Systems. B. Aditya Prakash Lecture #5: Entity/Relational Models---Part 1

System Concepts and Architecture. Rose-Hulman Institute of Technology Curt Clifton

Entity-Relationship Models: Good Design and Constraints

The Entity-Relationship Model (ER Model) - Part 2

From ER Diagrams to the Relational Model. Rose-Hulman Institute of Technology Curt Clifton

Chapter 2 The relational Model of data. Relational model introduction

Chapter 6 The database Language SQL as a tutorial

High-Level Database Models. Spring 2011 Instructor: Hassan Khosravi

Lecture 2. Database design. The Entity-Relationship model

Chapter 6 The database Language SQL as a tutorial

The Relational Data Model. Functional Dependencies. Example. Functional Dependencies

Databases-1 Lecture-01. Introduction, Relational Algebra

Entity-Relationship Modelling. Entities Attributes Relationships Mapping Cardinality Keys Reduction of an E-R Diagram to Tables

Subqueries. Must use a tuple-variable to name tuples of the result

The Entity/Relationship (E/R) Model & DB Design. csc343, Introduction to Databases Renée J. Miller and Fatemeh Nargesian and Sina Meraji Winter 2018

CMPT 354 Database Systems I

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

MIS Database Systems Entity-Relationship Model.

Database Design and Programming

SQL: Data Manipulation Language

Conceptual Design. The Entity-Relationship (ER) Model

The Entity-Relationship (ER) Model 2

EECS-3421a: Test #1 Design

Lecture 4. Lecture 4: The E/R Model

CS145 Introduction. About CS145 Relational Model, Schemas, SQL Semistructured Model, XML

SQL DATA DEFINITION LANGUAGE

CS 146 Database Systems

Conceptual Data Modeling

Object-Oriented Database Languages. Object Description Language Object Query Language

Entity-Relationship Diagrams

Beersèname, manfè. Likesèdrinker, beerè. Sellsèbar, beer, priceè. Frequentsèdrinker, barè

Functional Dependencies

The Entity-Relationship Model. Overview of Database Design

Lecture 5. Lecture 5: The E/R Model

CSCI3030U Database Models

The Entity-Relationship (ER) Model

The Entity-Relationship Model

Relational Database Design: Part I. Introduction to Databases CompSci 316 Fall 2017

SQL. The Basics Advanced Manipulation Constraints Authorization 1. 1

SQL DATA DEFINITION LANGUAGE

CSC 261/461 Database Systems Lecture 6. Spring 2017 MW 3:25 pm 4:40 pm January 18 May 3 Dewey 1101

ER to Relational Mapping

Most database operations involve On- Line Transaction Processing (OTLP).

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

SQL DATA DEFINITION LANGUAGE

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

CS 405G: Introduction to Database Systems

The Entity-Relationship Model

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

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

CSC 261/461 Database Systems Lecture 8. Spring 2018

Steps in designing a database. Steps in picture. Entity-Relationship Model. Entity Set. Attributes. The Entity-Relationship Data Model

CSC 261/461 Database Systems Lecture 7

Introduction to Database Design

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

SQL: Data Definition Language

A Deeper Look at Data Modeling. Shan-Hung Wu & DataLab CS, NTHU

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

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

Relational Database Design Part II. Announcements. E/R model: review. CPS 116 Introduction to Database Systems

The Entity-Relationship Model

Why SQL? SQL is a very-high-level language. Database management system figures out best way to execute query

On-Line Application Processing

CSE 530A. ER Model. Washington University Fall 2013

The Entity-Relationship Model. Steps in Database Design

Informatics 1: Data & Analysis

Views, Indexes, Authorization. Views. Views 8/6/18. Virtual and Materialized Views Speeding Accesses to Data Grant/Revoke Priviledges

Warehousing. Data Mining

High Level Database Models

Transcription:

Entity-Relationship Model Slides adapted from http://infolab.stanford.edu/~ullman/fcdb.html 1 Purpose of E/R Model The E/R model allows us to sketch database schema designs. Includes some constraints, but not operations. Designs are pictures called entityrelationship diagrams. Later: convert E/R designs to relational DB designs. 2 1

Framework for E/R Design is a serious business. The boss knows they want a database, but they don t know what they want in it. Sketching the key components is an efficient way to develop a working database. 3 Entity Sets Entity = thing or object. Entity set = collection of similar entities. Similar to a class in object-oriented languages. Attribute = property of (the entities of) an entity set. Attributes are simple values, e.g. integers or character strings, not structs, sets, etc. 4 2

E/R Diagrams In an entity-relationship diagram: Entity set = rectangle. Attribute = oval, with a line to the rectangle representing its entity set. 5 Example: manf Entity set has two attributes, and manf (manufacturer). Each entity has values for these two attributes, e.g. (Bud, Anheuser-Busch) 6 3

Relationships A relationship connects two or more entity sets. It is represented by a diamond, with lines to each of the entity sets involved. 7 Example: Relationships addr manf Bars Sells Bars sell some beers. license Frequents Likes Drinkers like some beers. Drinkers addr Drinkers frequent some bars. 8 4

Relationship Set The current value of an entity set is the set of entities that belong to it. Example: the set of all bars in our database. The value of a relationship is a relationship set, a set of tuples with one component for each related entity set. 9 Example: Relationship Set For the relationship Sells, we might have a relationship set like: Bar Joe s Bar Joe s Bar Sue s Bar Sue s Bar Sue s Bar Beer Bud Miller Bud Pete s Ale Bud Lite 10 5

Multiway Relationships Sometimes, we need a relationship that connects more than two entity sets. Suppose that drinkers will only drink certain beers at certain bars. Our three binary relationships Likes, Sells, and Frequents do not allow us to make this distinction. But a 3-way relationship would. 11 Example: 3-Way Relationship addr manf license Bars Preferences Drinkers addr 12 6

A Sample 3-Way Relationship Set Bar Drinker Beer Joe s Bar Ann Miller Sue s Bar Ann Bud Sue s Bar Ann Pete s Ale Joe s Bar Bob Bud Joe s Bar Bob Miller Joe s Bar Cal Miller Sue s Bar Cal Bud Lite 13 Many-Many Relationships Cardinality of binary relationships: many-many, many-one, one-one In a many-many relationship, an entity of either set can be connected to many entities of the other set. E.g., a bar sells many beers; a beer is sold by many bars. 14 7

In Pictures: many-many 15 Many-One Relationships Some binary relationships are many-one from one entity set to another. Each entity of the first set is connected to at most one entity of the second set. But an entity of the second set can be connected to zero, one, or many entities of the first set. 16 8

In Pictures: many-one 17 Example: Many-One Relationship Favorite, from Drinkers to is many-one. A drinker has at most one favorite beer. But a beer can be the favorite of any number of drinkers, including zero. 18 9

One-One Relationships In a one-one relationship, each entity of either entity set is related to at most one entity of the other set. Example: Relationship Best-seller between entity sets Manfs (manufacturer) and. A beer cannot be made by more than one manufacturer, and no manufacturer can have more than one best-seller (assume no ties). 19 In Pictures: one-one 20 10

Representing Multiplicity Show a many-one relationship by an arrow entering the one side. Remember: Like a functional dependency. Show a one-one relationship by arrows entering both entity sets. 21 Example: Many-One Relationship Drinkers Likes Favorite Notice: two relationships connect the same entity sets, but are different. 22 11

Example: One-One Relationship Consider Best-seller between Manfs and. Some beers are not the best-seller of any manufacturer, so a rounded arrow to Manfs would be inappropriate. But a beer manufacturer has to have a bestseller. 23 Participation The participation of an entity set E in a relationship set R is said to be total if every entity in E participates in at least one relationship in R. Indicated by double lines If only some entities in E participate in relationships in R, the participation is said to be partial. 24 12

In the E/R Diagram Manfs Bestseller A beer is the bestseller for 0 or 1 manufacturer. A manufacturer has exactly one best seller. 25 Attributes on Relationships Sometimes it is useful to attach an attribute to a relationship. Think of this attribute as a property of tuples in the relationship set. 26 13

Example: Attribute on Relationship Bars Sells price Price is a function of both the bar and the beer, not of one alone. 27 Equivalent Diagrams Without Attributes on Relationships Create an entity set representing values of the attribute. Make that entity set participate in the relationship. 28 14

Example: Removing an Attribute from a Relationship Bars Sells Prices price Note convention: arrow from multiway relationship = all other entity sets together determine a unique one of these. 29 Roles Sometimes an entity set appears more than once in a relationship. Label the edges between the relationship and the entity set with s called roles. 30 15

Example: Roles Relationship Set Married Husband Bob Joe Wife Ann Sue husband Drinkers wife 31 Example: Roles Relationship Set Buddies 1 2 Drinkers Buddy1 Bob Joe Ann Joe Buddy2 Ann Sue Bob Moe 32 16

Subclasses Subclass = special case = fewer entities = more properties. Example: Ales are a kind of beer. Not every beer is an ale, but some are. Let us suppose that in addition to all the properties (attributes and relationships) of beers, ales also have the attribute color. 33 Subclasses in E/R Diagrams Assume subclasses form a tree. i.e., no multiple inheritance. Isa triangles indicate the subclass relationship. Point to the superclass. 34 17

Example: Subclasses manf ISA color Ales 35 E/R Vs. Object-Oriented Subclasses In OOP, objects are in one class only. Subclasses inherit from superclasses. In contrast, E/R entities have representatives in all subclasses to which they belong. Rule: if entity e is represented in a subclass, then e is represented in the superclass (and recursively up the tree). 36 18

Example: Representatives of Entities manf ISA Pete s Ale color Ales 37 Keys A key is a set of attributes for one entity set such that no two entities in this set agree on all the attributes of the key. It is allowed for two entities to agree on some, but not all, of the key attributes. We must designate a key for every entity set. 38 19

Keys in E/R Diagrams Underline the key attribute(s). In an ISA hierarchy, only the root entity set has a key, and it must serve as the key for all entities in the hierarchy. 39 Example: is Key for manf ISA color Ales 40 20

Example: a Multi-attribute Key dept number hours room Courses Note that hours and room could also serve as a key, but we must select only one key. 41 Weak Entity Sets Occasionally, entities of an entity set need help to identify them uniquely. Entity set E is said to be weak if in order to identify entities of E uniquely, we need to follow one or more many-one relationships from E and include the key of the related entities from the connected entity sets. 42 21

Weak Entity Set In E/R Diagrams number Players Playson Teams Note: must be rounded because each player needs a team to help with the key. Double diamond for supporting many-one relationship. Double rectangle for the weak entity set. 43 Example: Weak Entity Set is almost a key for football players, but there might be two with the same. number is certainly not a key, since players on two teams could have the same number. But number, together with the team related to the player by Plays-on should be unique. 44 22

Weak Entity-Set Rules A weak entity set has one or more many-one relationships to other (supporting) entity sets. Not every many-one relationship from a weak entity set need be supporting. But supporting relationships must have a rounded arrow (entity at the one end is guaranteed). 45 Weak Entity-Set Rules (2) The key for a weak entity set is its own underlined attributes and the keys for the supporting entity sets. E.g., (player) number and (team) is a key for Players in the previous example. 46 23

Design Techniques 1. Avoid redundancy. 2. Limit the use of weak entity sets. 3. Don t use an entity set when an attribute will do. 47 Avoiding Redundancy Redundancy = saying the same thing in two (or more) different ways. Wastes space and (more importantly) encourages inconsistency. Two representations of the same fact become inconsistent if we change one and forget to change the other. Recall anomalies due to FD s. 48 24

Example: Good addr ManfBy Manfs This design gives the address of each manufacturer exactly once. 49 Example: Bad addr ManfBy Manfs manf This design states the manufacturer of a beer twice: as an attribute and as a related entity. 50 25

Example: Bad manf manfaddr This design repeats the manufacturer s address once for each beer and loses the address if there are temporarily no beers for a manufacturer. 51 Entity Sets Versus Attributes An entity set should satisfy at least one of the following conditions: It is more than the of something; it has at least one nonkey attribute. or It is the many in a many-one or many-many relationship. 52 26

Example: Good addr ManfBy Manfs Manfs deserves to be an entity set because of the nonkey attribute addr. deserves to be an entity set because it is the many of the many-one relationship ManfBy. 53 Example: Good manf There is no need to make the manufacturer an entity set, because we record nothing about manufacturers besides their. 54 27

Example: Bad ManfBy Manfs Since the manufacturer is nothing but a, and is not at the many end of any relationship, it should not be an entity set. 55 Don t Overuse Weak Entity Sets Beginning database designers often doubt that anything could be a key by itself. They make all entity sets weak, supported by all other entity sets to which they are linked. In reality, we usually create unique ID s for entity sets. Examples include social-security numbers, automobile VIN s etc. 56 28

When Do We Need Weak Entity Sets? The usual reason is that there is no global authority capable of creating unique ID s. Example: it is unlikely that there could be an agreement to assign unique player numbers across all football teams in the world. 57 From E/R Diagrams to Relations Entity set -> relation. Attributes -> attributes. Relationships -> relations whose attributes are only: The keys of the connected entity sets. Attributes of the relationship itself. 58 29

Entity Set -> Relation manf Relation: (, manf) 59 Relationship -> Relation addr manf husband Drinkers 1 2 Likes Buddies Married wife Favorite Likes(drinker, beer) Favorite(drinker, beer) Buddies(1, 2) Married(husband, wife) 60 30

Combining Relations OK to combine into one relation: 1. The relation for an entity-set E 2. The relations for many-one relationships of which E is the many. Example: Drinkers(, addr) and Favorite(drinker, beer) combine to make Drinker1(, addr, favbeer). 61 Risk with Many-Many Relationships Combining Drinkers with Likes would be a mistake. It leads to redundancy, as: addr beer Sally 123 Maple Bud Sally 123 Maple Miller Redundancy 62 31

Handling Weak Entity Sets Relation for a weak entity set must include attributes for its complete key (including those belonging to other entity sets), as well as its own, non-key attributes. A supporting relationship is redundant and yields no relation (unless it has attributes). 63 Example: Weak Entity Set -> Relation billto Logins At Hosts location Hosts(hostName, location) Logins(loginName, hostname, billto) At(loginName, hostname, hostname2) At becomes part of Logins Must be the same 64 32

Subclasses: Three Approaches 1. Object-oriented : One relation per subset of subclasses, with all relevant attributes. 2. Use nulls : One relation; entities have NULL in attributes that don t belong to them. 3. E/R style : One relation for each subclass: Key attribute(s). Attributes of that subclass. 65 Example: Subclass -> Relations manf ISA color Ales 66 33

Object-Oriented Bud manf Anheuser-Busch manf color Summerbrew Pete s dark Ales Good for queries like find the color of ales made by Pete s. 67 E/R Style manf Bud Anheuser-Busch Summerbrew Pete s color Summerbrew dark Ales Good for queries like find all beers (including ales) made by Pete s. 68 34

Using Nulls manf color Bud Anheuser-Busch NULL Summerbrew Pete s dark Saves space unless there are lots of attributes that are usually NULL. 69 35