CS 464/564 Introduction to Database Management System Instructor: Abdullah Mueen



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

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

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

2. Conceptual Modeling using the Entity-Relationship Model

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

ER modelling, Weak Entities, Class Hierarchies, Aggregation

CS411 Database Systems

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

XV. The Entity-Relationship Model

Lecture 12: Entity Relationship Modelling

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

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

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

three Entity-Relationship Modeling chapter OVERVIEW CHAPTER

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

DIA Creating Charts and Diagrams

Object Oriented Design

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

IV. The (Extended) Entity-Relationship Model

CPS211 Lecture: Class Diagrams in UML

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

The Entity-Relationship Model

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

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

Enhanced-ER Data Model

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

a. Inheritance b. Abstraction 1. Explain the following OOPS concepts with an example

Data Analysis 1. SET08104 Database Systems. Napier University

Introduction to Databases, Fall 2005 IT University of Copenhagen. Lecture 5: Normalization II; Database design case studies. September 26, 2005

Using Rational Rose to Create Object-Oriented Diagrams

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

Entity/Relationship Modelling. Database Systems Lecture 4 Natasha Alechina

Database Design and the E-R Model

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

Exercise 1: Relational Model

11 November

Modern Databases. Database Systems Lecture 18 Natasha Alechina

Conceptual Design Using the Entity-Relationship (ER) Model

Data Modeling. Database Systems: The Complete Book Ch ,

Entity Relationship Diagram

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

Structural Design Patterns Used in Data Structures Implementation

A Comparative Analysis of Entity-Relationship Diagrams 1

CSC 742 Database Management Systems

1 Class Diagrams and Entity Relationship Diagrams (ERD)

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

The Entity-Relationship Model

Lesson 8: Introduction to Databases E-R Data Modeling

The Entity-Relationship Model

Object Oriented Software Models

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

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

Entity-Relationship Model

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

Graph Theory Problems and Solutions

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

Reading 13 : Finite State Automata and Regular Expressions

UML Class Diagrams. Lesson Objectives

Review: Participation Constraints

Databases and BigData

Object-Based Databases

Full and Complete Binary Trees

Entity Relationship Model

Entity - Relationship Modelling

Domain Modeling. Domain Modeling

Open-Ended Problem-Solving Projections

DATABASE DESIGN. - Developing database and information systems is performed using a development lifecycle, which consists of a series of steps.

1. Relational database accesses data in a sequential form. (Figures 7.1, 7.2)

Review Entity-Relationship Diagrams and the Relational Model. Data Models. Review. Why Study the Relational Model? Steps in Database Design

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

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012

Foundations of Information Management

Part 7: Object Oriented Databases

CS104: Data Structures and Object-Oriented Design (Fall 2013) October 24, 2013: Priority Queues Scribes: CS 104 Teaching Team

Lecture 7 Notes: Object-Oriented Programming (OOP) and Inheritance

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

CS 464/564 Introduction to Database Management System Instructor: Abdullah Mueen

Chapter 3. Data Analysis and Diagramming

Design and UML Class Diagrams

DISCLAIMER OVERVIEW WHY DO WE MODEL WHAT IS QUALITY? Jeff Jacobs,

Database Design and Programming

Week 13 Trigonometric Form of Complex Numbers

UML Class Diagrams (1.8.7) 9/2/2009

Part 1 Foundations of object orientation

Uses Crows feet notation for ER Diagrams in ERwin

Concepts of Database Management Seventh Edition. Chapter 6 Database Design 2: Design Method

OA4-13 Rounding on a Number Line Pages 80 81

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

Organizing image files in Lightroom part 2

Relational Schema Design

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

Object-Oriented Databases

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

Irrational Numbers. A. Rational Numbers 1. Before we discuss irrational numbers, it would probably be a good idea to define rational numbers.

Evaluation Essay Movie Review

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

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

Transcription:

CS 464/564 Introduction to Database Management System Instructor: Abdullah Mueen LECTURE 2: E/R MODEL

Purpose of E/R Model The E/R model allows us to sketch database designs. Kinds of data and how they connect. Not how data changes. Designs are pictures called entity-relationship diagrams. Later: convert E/R designs to relational DB designs. 2

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 can be Basic data types, e.g. integers or characters. Structure of various data types Array of structures or data types 3

E/R Diagrams In an entity-relationship diagram: Entity set = rectangle. Attribute = oval, with a line to the rectangle representing its entity set. 4

Example title year length Movies genre Entity set movies has four attributes Each movies entity has values for these attributes, e.g. (Forrest Gump, 1994, Drama,142 minutes) 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

Example name address tittle year genre Stars Stars-in movies length Stars star-in movies owns Studios own movies name Studios address 7

Relationship Set The current value of an entity set is the set of entities that belong to it. Example: the set of all departments in our database. The value of a relationship is a set of lists of currently related entities with all their attributes, one from each of the related entity sets. 8

Example For the relationship stars-in, we might have a relationship set like: Movies Forrest Gump Titanic Terminator-2 Titanic Stars Tom Hanks Kate Winslet Arnold Schwarzenegger Leonardo DiCaprio 9

Multiway Relationships Sometimes, we need a relationship that connects more than two entity sets. Suppose that a studio will only employ certain stars at certain movies. Our two binary relationships stars-in, and owns do not allow us to make this distinction. But a 3-way relationship would. 10

Example Stars Movies Contracts Attributes are omitted for simplicity Studios 11

A Multi-way Relationship Set Movies Stars Studios PIRATES OF THE CARIBBEAN Johnny Depp Disney Toy Story Tom Hanks Pixar 12

Many-Many Relationships Focus: binary relationships, such as stars-in between Movies and Stars. In a many-many relationship, an entity of either set can be connected to many entities of the other set. E.g., many stars work in a movie; a star works in many movies. 13

In Pictures: many-many 14

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. 15

In Pictures: many-one 16

Example Manages, from Employees to Managers is many-one. Typically, an employee has at most one manager. But a manager can have any number of employees working for him/her. 17

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 Runs between entity sets Countries and Presidents. A president cannot run zero or more than one countries, and a country can have at most one president. Countries Runs Presidents 18

In Pictures: one-one 19

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. Rounded arrow = exactly one, i.e., each entity of the first set is related to exactly one entity of the target set. Countries Runs Presidents 20

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. 21

Example Stars Salary Movies Contracts Salary is a function of all of the three entity Studios 22

Equivalent Diagrams Without Attributes on Relationships Create an entity set representing values of the attribute. Make that entity set participate in the relationship. 23

Example Studios Stars Contract Beers Salary Amount Note convention: arrow from multiway relationship = all other entity sets together determine a unique one of these. 24

Roles Sometimes an entity set appears more than once in a relationship. Label the edges between the relationship and the entity set with names called roles. 25

Example Married husband wife Person 26

Example Sequel-of Original Sequel Movies 27

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. 28

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. 29

Example name Cars manf isa Cargo Capacity Truck 30

E/R Vs. Object-Oriented Subclasses In OO, 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. 31

Example name Cars manf isa F-150 Cargo Capacity Truck 32

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. 33

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. 34

Example: name is Key for Cars name Cars manf isa Cargo Capacity Truck 35

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. 36

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. 37

Example name is almost a key for football players, but there might be two with the same name. number is certainly not a key, since players on two teams could have the same number. But number, together with the team name related to the player by Plays-on should be unique. 38

In E/R Diagrams name number name Players Playson Teams Double diamond for supporting many-one relationship. Double rectangle for the weak entity set. 39

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) name is a key for Players in the previous example. 40

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. 41

Avoiding Redundancy Redundancy occurs when we say the same thing in two or more 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. 42

Example: Good name name addr Beers ManfBy Manfs This design gives the address of each manufacturer exactly once. 43

Example: Bad name name addr Beers ManfBy Manfs manf This design states the manufacturer of a beer twice: as an attribute and as a related entity. 44

Example: Bad name manf manfaddr Beers This design repeats the manufacturer s address once for each beer and loses the address if there are temporarily no beers for a manufacturer. 45

Entity Sets Versus Attributes An entity set should satisfy at least one of the following conditions: It is more than the name of something; it has at least one nonkey attribute. or It is the many in a many-one or many-many relationship. 46

Example: Good name name addr Beers ManfBy Manfs Manfs deserves to be an entity set because of the nonkey attribute addr. Beers deserves to be an entity set because it is the many of the many-one relationship ManfBy. 47

Example: Good name manf Beers There is no need to make the manufacturer an entity set, because we record nothing about manufacturers besides their name. 48

Example: Bad name name Beers ManfBy Manfs Since the manufacturer is nothing but a name, and is not at the many end of any relationship, it should not be an entity set. 49

Do not 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. 50