 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.

Slides:



Advertisements
Similar presentations
Information System Analysis Lab 7. ERD entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities,
Advertisements

Database Basics Alan B. Marr, M.D., F.A.C.S. Associate Professor of Clinical Surgery.
ENTITY RELATIONSHIP MODELLING
Concepts of Database Management Seventh Edition Chapter 6 Database Design : ERD Model.
Entity-Relation Modeling Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
MIS 210 Fall 2004Sylnovie Merchant, Ph. D. Lecture 4: Data Modeling Process Modeling MIS 210 Information Systems I.
System Analysis - Data Modeling
Systems Analysis Requirements structuring Process Modeling Logic Modeling Data Modeling  Represents the contents and structure of the DFD’s data flows.
Entity Relationship Diagrams Basic Elements and Rules.
Entity Relationship Diagrams
Modeling Data The Entity Relationship Model (ER) For Database Design.
Entity Relationship Diagrams
1 Data Modelling Which data to include in the database.
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Database Design Using the REA Data Model
 An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a database.  An Entity Relationship.
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 7.1.
Entity Relationship Modelling. What is Entity Relationship Modelling? The Entity-Relationship model is – ” “ a data model for high-level descriptions.
Data Modeling ERM ERD.
CSE 441: Systems Analysis & Design
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 6 Structuring.
Entity Relationship Diagrams Objectives s Learn the Elements of the E-R model (entities, attributes, and relationships) s Show how to apply the E-R model.
Copyright (c) 2014 Pearson Education, Inc. Introduction to Databases.
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Rob and Coronel Adapted for INFS-3200.
PLUG IT IN 3 Fundamentals of Relational Database Operations.
Tutorial 3. This tutorial went through how to convert multiplicity numbering used in UML modelling to ERD, and vice versa. In the exam and assignments,
Lecture 4 Conceptual Data Modeling. Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship,
IT 21103/41103 System Analysis & Design. Chapter 04 Data Modeling.
Entity-Relationship (E-R) Diagrams
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.
Description and exemplification of entity-relationship modelling.
ERD ( Conceptual data model From the statement of data requirements a conceptual data model is produced. This describes.
 What is an Entity-Relationship Diagram? An entity-relationship diagram (ERD) is a snapshot of data structures. ERDs show entities in a database and.
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
1 The Entity- Relationship Model Instructor: Mohamed Eltabakh
INTRODUCTION TO DATABASE DESIGN. Definitions Database Models: Conceptual, Logical, Physical Conceptual: “big picture” overview of data and relationships.
Lecture 03 Entity-Relationship Diagram. Chapter Outline.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
Entity/Relationship Modelling. Entity Relationship Modelling In This Lecture Entity/Relationship models Entities and Attributes Relationships Attributes.
Entity-Relationship Diagram Presentation Gianna-lee Williams 6AQ Ms. Anderson.
Entity relationship diagram Name: Quian Crosby Form:6AQ Subject: Information Technology Teacher: Ms. D. Anderson.
Done By : Gillian Swaby. Objectives: 1. What is an Entity-Relationship Diagram? 2.What are the symbols used in ERD? Explain each. 3. What is a one- to-
What is an Entity Relationship Diagram?. An Entity Relationship Diagram is a graphic that is speacialized to illustrate or give examples of the inter.
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
1 Information System Analysis Topic-3. 2 Entity Relationship Diagram \ Definition An entity-relationship (ER) diagram is a specialized graphic that illustrates.
Microsoft Access 2010 Chapter 11 Database Design.
E.R Diagrams Tiffany Shaw 6AQ
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Modeling the Data: Conceptual and Logical Data Modeling.
Teanna Clarke 6aQ What is a Entity-Relationship Diagram?  An Entity-Relationship Diagram (ERD) is a tool that graphically shows the connections among.
Moya messam.  Definition: An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a.
Data Modeling AND ER MODELS.
Database -Entity-Relationship Model 2012/03/05.
A short revision on entity- relationship modelling.
Database Designsemester Slide 1 Database Design Lecture 7 Entity-relationship modeling Text , 7.1.
C_ITIP211 LECTURER: E.DONDO. Unit 4 : DATA MODELING.
Entity/Relationship Modelling
Business System Development
Entity-Relationship Model
WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.
Entity Relationship Diagram
Entity-Relationship Diagrams
The Entity-Relationship Model
Order Database – ER Diagram
Technical Module A Data Modeling Definitions
ERD (Entity Relationship Diagrams)
Entity-Relationship Diagram (ERD)
Entity Relationship Model
Database Dr. Roueida Mohammed.
Presentation transcript:

 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.

 ER diagrams often use symbols to represent three different types of information, boxes are commonly used to represent entities, diamonds are normally used to represent relationships and ovals are used to represent attributes.

 Entity- An entity is a person, place, thing or event for which data is collected and maintained.  Relationship- A relationship captures how two or more entities are related to one another, this can be thought of as verbs, linking two or more nouns.  Attributes- An attribute is a property or descriptor of an entity.

 One entity (A) is associated with one other entity (B).  For example, in a database of employees, each employee name (A) is associated with only one ID number (B).

 One entity (A) is associated with one or many other entities (B), but for one entity (B) there can only be a one to one relationship with (A).  For example, for a company with all employees working in one building, the building name (A) is associated with many different employees (B), but those employees all work in the same building (A).

 One entity (A) can be associated with one or many other entities (B), and vice versa.  For example, for a company in which all of its employees work on multiple projects, each employee (A) is associated with many projects (B), and at the same time, each project (B) has multiple employees (A) associated with it.