Basic Symbols.

Slides:



Advertisements
Similar presentations
Entity-Relationship (ER) Modeling
Advertisements

--The Entity Relationship Model(3)--1 Outline  ER model  Overview  Entity types Attributes, keys  Relationship types  Weak entity types  Uses Crows.
Entity Relationship (ER) Modeling
Modern Systems Analysis and Design Third Edition
Copyright © 2015 Pearson Education, Inc. Database Design Chapters 17 and
Systems Development Life Cycle
Data Modeling using the Entity-Relationship (ER) Model
Translating from ER to Relationship Schema Adapted from Juliana Freire.
Modeling the Data: Conceptual and Logical Data Modeling
Entity-Relation Modeling Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
System Analysis - Data Modeling
Extended E-R Model: Basic Symbols
Ch5: Software Specification. 1 Descriptive specifications  Describe desired properties of system  Three types:
Information Resources Management January 30, 2001.
Database Systems: Design, Implementation, & Management, 5 th Edition, Rob & Coronel 1 Data Models: Degrees of Data Abstraction l Modified ANSI/SPARC Framework.
Systems Analysis and Design in a Changing World, 6th Edition
Entity-Relationship (E-R) Model
Chapter 2 Modeling Data in the Organization
CSCI 242 Relational Data Modeling Copyright 2011, David C. Roberts, all rights reserved.
Modern Systems Analysis and Design Third Edition
CSCI 6442 Entity-Relation Data Modeling Copyright 2012, David C. Roberts, all rights reserved.
Entity Relationship Model Chapter 6. Basic Elements of E-R Model Entity Object of the real world that stores data. Eg. Customer, State, Project, Supplier,
© 2007 by Prentice Hall (Hoffer, Prescott & McFadden) 1 Entity Relationship Diagrams (ERDs)
3.1 CSIS 3310 Chapter 3 The Entity-Relationship Model Conceptual Data Modeling.
DeSiamorewww.desiamore.com/ifm1 Database Management Systems (DBMS)  B. Computer Science and BSc IT Year 1.
Data Modeling using Entity Relationship Diagramming (ERD)
Chapter 5 1 © Prentice Hall, 2002 Chapter 5: Transforming EER Diagrams into Relations Mapping Regular Entities to Relations 1. Simple attributes: E-R attributes.
Chapter 3: Modeling Data in the Organization
Data Modeling ERM ERD.
1. 2 Data Modeling 3 Process of creating a logical representation of the structure of the database The most important task in database development E-R.
CSE 441: Systems Analysis & Design
Module Title? Data Base Design 30/6/2007 Entity Relationship Diagrams (ERDs)
BIS 360 – Lecture Six (Part 2) Conceptual Data Modeling (Chapter 10 and partial Chapter 12)
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
IS 325 Notes for Wednesday September 4, Syllabus Change I eliminated quizzes I increased the points allocated to homework assignments.
DATABASEMODELSDATABASEMODELS  A database model ◦ defines the logical design of data. ◦ Describes the relationships between different parts of data.
Slide content original, slide layout from Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Entity-Relationship Model Chapter 2.
Chapter 11 & 12 Entity-Relationship (E-R) Model Characteristics of E-R Model Components of E-R Model Example of E-R Model Enhanced E-R Model.
Lecture 4 Conceptual Data Modeling. Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship,
DeSiamorePowered by DeSiaMore1 Database Management Systems (DBMS)  B. Computer Science and BSc IT Year 1.
Chapter 9: Logical Database Design and the Relational Model (ERD Mapping)
Msigwaemhttp//:msigwaem.ueuo.com/1 Database Management Systems (DBMS)  B. Computer Science and BSc IT Year 1.
1 A Demo of Logical Database Design. 2 Aim of the demo To develop an understanding of the logical view of data and the importance of the relational model.
Description and exemplification of entity-relationship modelling.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Modern Systems Analysis and Design Third Edition
Chapter 3: Modeling Data in the Organization. Business Rules Statements that define or constrain some aspect of the business Assert business structure.
Slide 1 Chapter 05 – Part 2 Data Modeling with the Entity-Relationship Model.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 2: MODELING DATA.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 3: Modeling Data in the Organization Modern Database Management 9 th Edition Jeffrey.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Modeling the Data: Conceptual and Logical Data Modeling.
 DEFINE THE ENTITY  IDENTIFY THE ENTITY TYPES AND SETS OF ENTITY  EXPLAIN THE ATTRIBUTE AND A VALUE SET  EXPLAIN E-R MODEL EXPLAIN THE FOLLOWING RELATIONSHIP.
Database Designsemester Slide 1 Database Design Lecture 7 Entity-relationship modeling Text , 7.1.
Let try to identify the conectivity of these entity relationship
Modern Systems Analysis and Design Third Edition
ER MODEL Lecture 3.
Technical Module A Data Modeling Definitions
Entity – Relationship Model
Modern Systems Analysis and Design Third Edition
MIS2502: Data Analytics Relational Data Modeling
Database Systems Instructor Name: Lecture-11.
ERD (Entity Relationship Diagrams)
Chapter 2 Modeling Data in the Organization
Database Modeling using Entity Relationship Model (E-R Model)
Modern Systems Analysis and Design Third Edition
MIS2502: Data Analytics Relational Data Modeling 2
Database Management system
Database Management system
Entity-Relationship (E-R) Modeling
ER MODELING Instructor: SAMIA ARSHAD
Presentation transcript:

Basic Symbols

Student Entity type using E-R notation

Multivalued – Employee

Weak (attributive) entity

Example relationships of different degrees 10.5

Bill of Materials Unary Relationship (a) Many-to-Many Relationship (b) Two Instances

CA Consider the Is_married_to unary relationship Assume we want to know the date on which a marriage occurred. Augment this ER diagram to include a Date_married attribute. Since sometimes persons remarry after the death of a spouse or divorce, redraw this ERD to show the whole history of marriages for person. Show the Date_married attribute on this diagram.

1

2.

Optional cardinalities

Mandatory Cardinalities

One optional, one mandatory cardinality

1:M Relationship(ERD)

M:M Relationship(tbl)

M:M Relationship(ERD)

IS-A Relationships(tbl)

IS-A Relationships (ERD)

CA In a real state DB, there is an entity called PROPERTY, which is a property for sale by the agency. Each time a potential property buyer makes a purchase offer on a property, the agency records the date, offering price, and name of the person making the offer. Represent the PROPERTY entity and its purchase offer attributes using the notation for multivalued attributes. Represent the PROPERTY entity and its purchase offer attributes using two entity types. Finally, assume the agency decides to also keep data about buyers and potential buyers, including their name, phone number, and address. Augment your answer to part b above to accommodate this new entity type.

a.

b.

c.

CA - Draw a ER diagram for the following

ERD – customer order