CSCI 4707 – Chapter 5 (week 4) Understanding Entity Relationship Diagrams Group 12: Alyssa DeWind and Jacob Wagener.

Slides:



Advertisements
Similar presentations
THE EXTENDED ENTITY RELATIONSHIP MODEL (EERM)
Advertisements

Group G10 Minh Anderson Thomas Hickerson. Q1: In the crow’s foot notation, entity types are denoted by boxes.
Database Systems: Design, Implementation, and Management Tenth Edition
Entity Relationship (E-R) Modeling Hachim Haddouti
Chapters 7 & 9 System Scope
Advanced Data Modeling
Entity Relationship (ER) Modeling
4 1 Chapter 4 Entity Relationship (ER) Modeling Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 4 Entity Relationship (ER) Modeling.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 6 Advanced Data Modeling.
Database Systems: Design, Implementation, and Management Tenth Edition Chapter 5 Advanced Data Modeling.
Database Systems: Design, Implementation, and Management Tenth Edition
BIS Database Systems School of Management, Business Information Systems, Assumption University A.Thanop Somprasong Chapter # 6 Advanced Data Modeling.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 6 Advanced Data Modeling.
Chapter 5 Understanding Entity Relationship Diagrams.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 3 The Entity- Relationship Model.
Entity Relationship (E-R) Modeling
Chapter 6 Methodology Logical Database Design for the Relational Model Transparencies © Pearson Education Limited 1995, 2005.
Fundamentals, Design, and Implementation, 9/e Chapter 5 Database Design.
Entity Relationship Modeling BUS112 Professor Kwan.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Understanding Entity Relationship Diagrams.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Developing Data Models for Business Databases.
Chapter 4: The Enhanced ER Model and Business Rules
Methodology Logical Database Design for the Relational Model
Chapter Five Data Modeling with the Entity-Relationship Model.
Entity Relationship Diagrams
Data Modeling Entity - Relationship Models. Models Used to represent unstructured problems A model is a representation of reality Logical models  show.
Systems Analysis and Design in a Changing World, 6th Edition
CS424 PK, FK, FD Normalization Primary and Foreign Keys Primary and foreign keys are the most basic components on which relational theory is based. Primary.
Chapter 4 Entity Relationship (E-R) Modeling
Chapter 6 Developing Data Models for Business Databases.
Chapter 4: The Enhanced E-R Model and Business Rules
1 Chapter 4 Enhanced E-R Model. 2 Supertypes and Subtypes Subtype: A subgrouping of the entities in an entity type which has attributes that are distinct.
1 Chapter 4: The Enhanced ER Model and Business Rules.
Class Agenda – 04/04/2006 Discuss database modeling issues
3 Chapter 3 Entity Relationship (E-R) Modeling Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Chapter 4 The Relational Model.
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.
4 1 Chapter 4 Entity Relationship (ER) Modeling Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Chapter 12 View Design and Integration. McGraw-Hill/Irwin © 2004 The McGraw-Hill Companies, Inc. All rights reserved. Outline Motivation for view design.
Chapter 9 View Design and Integration. © 2001 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Outline Motivation for view design.
Database Design, Application Development, and Administration, 5 th Edition Copyright © 2011 by Michael V. Mannino All rights reserved. Chapter 6 Developing.
IS 475/675 - Introduction to Database Design
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.
Database Design – Lecture 5 Conceptual Data Modeling – adding attributes.
Chapter 9: Logical Database Design and the Relational Model (ERD Mapping)
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
1 The Enhanced Entity Relationship Diagrams (E-ERDs)
Chapter 9 Logical Database Design : Mapping ER Model To Tables.
Database Design – Lecture 4 Conceptual Data Modeling.
CIS 210 Systems Analysis and Development Week 6 Part I Structuring Systems Data Requirements,
Ch 05. Basic Symbols ( manino ). Cardinalities Cardinality Notation.
Chapter 5 Understanding Entity Relationship Diagrams.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Systems Christopher I. G. Lanclos Chapter 4.
Database Design, Application Development, and Administration, 6 th Edition Copyright © 2015 by Michael V. Mannino. All rights reserved. Chapter 5 Understanding.
Data Modeling Advanced Concepts Updated 20/4/2015 TMC2034 Database Concept and Design1.
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
BTM 382 Database Management Chapter 5: Advanced Data Modeling
IT 5433 LM2 ER & EER Model. Learning Objectives: Explain importance of data modeling Define and use the entity-relationship model Define E/R terms Describe.
Lecture # 14 Chapter # 5 The Relational Data Model and Relational Database Constraints Database Systems.
Modeling data in the Organization
ERwin.
Chapter 5 Database Design
Methodology Logical Database Design for the Relational Model
Entity Relationship (E-R) Modeling
Database Systems Instructor Name: Lecture-9.
Chapter 5 Advanced Data Modeling
Review of Week 1 Database DBMS File systems vs. database systems
Entity Relationship (ER) Modeling
Presentation transcript:

CSCI 4707 – Chapter 5 (week 4) Understanding Entity Relationship Diagrams Group 12: Alyssa DeWind and Jacob Wagener

Question 1 In the crow’s foot notation, entity types are denoted by: a.Crow feet b.Boxes c.Diamonds d.Circles

Question 2 In crow’s foot notation, crow feet with 3 claws represent: a.Entity types b.Relationship type c.Maximum cardinality d.Maximum cardinality greater than 1

Question 3 Which of the following is usually depicted in entity relationship diagrams? a.Maximum cardinality constraints for relationships b.Domain integrity constraints for all attributes c.“NOT NULL” integrity constraints associated for all attributes d.“UNIQUE” integrity constraints associated for all attributes

Question 4 Which statement is not true regarding inheritance in a generalization hierarchy? a.The attributes of a supertype apply to all subtypes b.Every subtype entity is also a supertype entity c.Attributes inherited from a supertype are shown in an ERD d.All of the above

Question 5 A relationship involving more than two entity types is: a.A recursive relationship b.A binary relationship c.An M-way relationship d.Is illegal in an entity relationship diagram

Discussion Questions Why is classification important in business? -> Classification allows for efficient communication among business stakeholders. It also ensures ensures that a standard set of rules can be followed by the organization. What are the limitations of the diagram rules? -> The diagram rules do not ensure that multiple alternatives have been pursued, the user requirements are met, or that the proper documentation has been completed. (pg 144 for both answers)