Entity-Relationship Model. Purpose of E/R Model. Entity Sets



Similar documents
2. Supports eæcient access to very large amounts

BİL 354 Veritabanı Sistemleri. Entity-Relationship Model

CS 4604: Introduc0on to Database Management Systems. B. Aditya Prakash Lecture #5: En-ty/Rela-onal Models- - - Part 1

CS411 Database Systems

Database Design Overview. Conceptual Design ER Model. Entities and Entity Sets. Entity Set Representation. Keys

COMP 378 Database Systems Notes for Chapter 7 of Database System Concepts Database Design and the Entity-Relationship Model

2. Conceptual Modeling using the Entity-Relationship Model

Chapter 2: Entity-Relationship Model. Entity Sets. " Example: specific person, company, event, plant

Database Design. Database Design I: The Entity-Relationship Model. Entity Type (con t) Chapter 4. Entity: an object that is involved in the enterprise

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

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

ER modelling, Weak Entities, Class Hierarchies, Aggregation

Review: Participation Constraints

Chapter 2: Entity-Relationship Model

Lecture 12: Entity Relationship Modelling

three Entity-Relationship Modeling chapter OVERVIEW CHAPTER

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

Database Design. Goal: specification of database schema Methodology: E-R Model is viewed as a set of

Unit 2.1. Data Analysis 1 - V Data Analysis 1. Dr Gordon Russell, Napier University

Conceptual Design Using the Entity-Relationship (ER) Model

11 November

The Entity-Relationship Model

Data Analysis 1. SET08104 Database Systems. Napier University

Data Modeling. Database Systems: The Complete Book Ch ,

Data Modeling: Part 1. Entity Relationship (ER) Model

2. Supports ecient access to very large amounts. Example: bank and its ATM machines. from the same account via ATM machines

Introduction to Database Systems. Normalization

The Entity-Relationship Model

XV. The Entity-Relationship Model

Lesson 8: Introduction to Databases E-R Data Modeling

DIA Creating Charts and Diagrams

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

Using Rational Rose to Create Object-Oriented Diagrams

Structural Design Patterns Used in Data Structures Implementation

Transactions, Views, Indexes. Controlling Concurrent Behavior Virtual and Materialized Views Speeding Accesses to Data

Lecture 6. SQL, Logical DB Design

The Relational Model. Ramakrishnan&Gehrke, Chapter 3 CS4320 1

types, but key declarations and constraints Similar CREATE X commands for other schema ëdrop X name" deletes the created element of beer VARCHARè20è,

IV. The (Extended) Entity-Relationship Model

SQL DDL. DBS Database Systems Designing Relational Databases. Inclusion Constraints. Key Constraints

Part 7: Object Oriented Databases

Solving Quadratic Equations

A Comparative Analysis of Entity-Relationship Diagrams 1

Modern Databases. Database Systems Lecture 18 Natasha Alechina

We know how to query a database using SQL. A set of tables and their schemas are given Data are properly loaded

CSC 742 Database Management Systems

On-Line Application Processing. Warehousing Data Cubes Data Mining

Entity-Relationship Model

Entity/Relationship Modelling. Database Systems Lecture 4 Natasha Alechina

Object Oriented Software Models

Outline. Data Modeling. Conceptual Design. ER Model Basics: Entities. ER Model Basics: Relationships. Ternary Relationships. Yanlei Diao UMass Amherst

OOP? What is OOP? Why? OOP in a nutshell. Stéphane Ducasse 2.1

Object-Oriented Databases

Case studies: Outline. Requirement Engineering. Case Study: Automated Banking System. UML and Case Studies ITNP090 - Object Oriented Software Design

Object Oriented Design

Preliminary Mathematics

Graph Theory Problems and Solutions

The Entity-Relationship Model

Object-Oriented Design Lecture 4 CSU 370 Fall 2007 (Pucella) Tuesday, Sep 18, 2007

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

not necessarily strictly sequential feedback loops exist, i.e. may need to revisit earlier stages during a later stage

Database Design and Programming

Relational Schema Design

Full and Complete Binary Trees

Foundations of Information Management

2. Analysis. The goal of this is to understand the problem. The key question is What?.

CPS211 Lecture: Class Diagrams in UML

Entity Relationship Diagram

Session 6 Number Theory

Databases and BigData

Why & How: Business Data Modelling. It should be a requirement of the job that business analysts document process AND data requirements

The E-R èentity-relationshipè data model views the real world as a set of basic objects èentitiesè and

IMM / Informatics and Mathematical Modeling Master thesis. Business Modeling. Alla Morozova. Kgs. Lyngby 2003 DTU

Exercise 1: Relational Model

LAB 3: Introduction to Domain Modeling and Class Diagram

Domain Modeling. Domain Modeling

Open-Ended Problem-Solving Projections

ATM Case Study OBJECTIVES Pearson Education, Inc. All rights reserved Pearson Education, Inc. All rights reserved.

Binary Search Trees. Data in each node. Larger than the data in its left child Smaller than the data in its right child

Understanding LIVING TRUSTS How To Avoid Probate, Save Taxes and More

UML Class Diagrams. Lesson Objectives

Ready, Set, Go! Math Games for Serious Minds

Object-Oriented Query Languages: Object Query Language (OQL)

UML Class Diagrams (1.8.7) 9/2/2009

Entity Relationship Model

OPEN LESSON SAMPLE LESSONS FOR THE CLASSROOM FROM LAYING THE FOUNDATION

Database Design Process. Databases - Entity-Relationship Modelling. Requirements Analysis. Database Design

Entity - Relationship Modelling

Quantitative vs. Categorical Data: A Difference Worth Knowing Stephen Few April 2005

Square Roots and the Pythagorean Theorem

Triggers & Actions 10

CS 341 Software Design Homework 5 Identifying Classes, UML Diagrams Due: Oct. 22, 11:30 PM

... Chair of Mobile Business & Multilateral Security. Lecture 11 Business Informatics 2 (PWIN)

The phrases above are divided by their function. What is each section of language used to do?

Activity 1: Using base ten blocks to model operations on decimals

Reading 13 : Finite State Automata and Regular Expressions

GRAPHS/TABLES. (line plots, bar graphs pictographs, line graphs)

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6

CHAPTER 3: DATA MODELING USING THE ENTITY-RELATIONSHIP MODEL

Real SQL Programming. Persistent Stored Modules (PSM) PL/SQL Embedded SQL

Transcription:

Entity-Relationship Model Diagrams Class hierarchies Weak entity sets 1 Purpose of E/R Model The E/R model allows us to sketch the design of a database informally. Designs are pictures called entityrelationship diagrams. Fairly mechanical ways to convert E/R diagrams to real implementations like relational databases exist. 2 Entity Sets Entity = thing or object. Entity set = collection of similar entities. Similar to a class in object-oriented languages. Attribute = property of an entity set. Generally, all entities in a set have the same properties. Attributes are simple values, e.g. integers or character strings. 3 1

E/R Diagrams In an entity-relationship diagram, each entity set is represented by a rectangle. Each attribute of an entity set is represented by an oval, with a line to the rectangle representing its entity set. 4 manf Entity set has two attributes, and manf (manufacturer). Each Beer entity has values for these two attributes, e.g. (Bud, Anheuser-Busch) 5 Relationships A relationship connects two or more entity sets. It is represented by a diamond, with lines to each of the entity sets involved. 6 2

addr manf license Note: license = beer, full, none Bars Frequents Sells Drinkers Likes addr Bars sell some beers. Drinkers like some beers. Drinkers frequent some bars. 7 Relationship Set The current value of an entity set is the set of entities that belong to it. : the set of all bars in our database. The value of a relationship is a set of lists of currently related entities, one from each of the related entity sets. 8 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 9 3

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. 10 addr manf license Bars Preferences Drinkers addr 11 A Typical 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 12 4

Many-Many Relationships Think of a relationship between two entity sets, such as Sells between Bars and. 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. 13 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. 14 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. 15 5

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. : 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). 16 In Pictures: many-many many-one one-one 17 Representing Multiplicity Show a many-one relationship by an arrow entering the one side. Show a one-one relationship by arrows entering both entity sets. In some situations, we can also assert exactly one, i.e., each entity of one set must be related to exactly one entity of the other set. To do so, we use a rounded arrow. 18 6

Drinkers Likes Favorite 19 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 manufacturer has to have a bestseller (we assume they are beer manufacturers). 20 In the E/R Diagram Manfs Bestseller 21 7

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. 22 Bars Sells price Price is a function of both the bar and the beer, not of one alone. 23 Equivalent Diagrams Without Attributes on Relationships Create an entity set representing values of the attribute. Make that entity set participate in the relationship. 24 8

Bars Sells Prices price Note convention: arrow from multiway relationship = all other entity sets determine a unique one of these. 25 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. 26 Relationship Set Married Husband Bob Joe Wife Ann Sue husband Drinkers wife 27 9

Buddies 1 2 Drinkers Relationship Set Buddy1 Buddy2 Bob Ann Joe Sue Ann Bob Joe Moe 28 Subclasses Subclass = special case = fewer entities = more properties. : 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. 29 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. 30 10

manf isa color Ales 31 E/R Vs. Object-Oriented Subclasses In the object-oriented world, objects are in one class only. Subclasses inherit properties from superclasses. In contrast, E/R entities have components in all subclasses to which they belong. Matters when we convert to relations. 32 manf isa Pete s Ale color Ales 33 11

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. 34 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. 35 : is Key for manf isa color Ales 36 12

: 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. 37 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 manyone relationships from E and include the key of the related entities from the connected entity sets. 38 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. 39 13

In E/R Diagrams number Players Playson Teams Double diamond for supporting many-one relationship. Double rectangle for the weak entity set. 40 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. 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. 41 Design Techniques Avoid redundancy. Limit the use of weak entity sets. Don t use an entity set when an attribute will do. 42 14

Avoiding Redundancy Redundancy occurs when we say the same thing in two different ways. Redundancy wastes space and (more importantly) encourages inconsistency. The two instances of the same fact may become inconsistent if we change one and forget to change the other, related version. 43 : Good addr ManfBy Manfs This design gives the address of each manufacturer exactly once. 44 : Bad addr ManfBy Manfs manf This design states the manufacturer of a beer twice: as an attribute and as a related entity. 45 15

: Bad manf manfaddr This design repeats the manufacturer s address once for each beer; loses the address if there are temporarily no beers for a manufacturer. 46 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 manymany relationship. 47 : 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. 48 16

: Good manf There is no need to make the manufacturer an entity set, because we record nothing about manufacturers besides their. 49 : 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. 50 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. s include social-security numbers, automobile VIN s etc. 51 17

When Do We Need Weak Entity Sets? The usual reason is that there is no global authority capable of creating unique ID s. : it is unlikely that there could be an agreement to assign unique player numbers across all football teams in the world. 52 Exercise 1 Design a database for a bank, including information about customers and their accounts. Customers:, address, phone, and SSN Accounts: numbers, types, and balances We need to record the customers who own an account Note: multiplicity of a relationship 53 Exercise 1 (Cont d) Change the diagram so that an account can have only one customer Further change your diagram so that a customer can have only one account Change the original diagram so that a customer can have a set of addresses (which are street-city-state triples) and a set of phones. Further modify your diagram so that customers can have a set of addresses, and at each address there is a set of phones 54 18

Exercise 2 Draw an E-R diagram to represent students and the grades they get in courses student s, student IDs, course numbers, course titles, grades for each assignment, and the final grade. 55 19