Chen’s Type Guidance.

Slides:



Advertisements
Similar presentations
Chapter # 4 BIS Database Systems
Advertisements

Entity Relationship (E-R) Modeling
Entity Relationship (E-R) Modeling Hachim Haddouti
Entity Relationship (ER) Modeling
Chapter 4 Entity Relationship (E-R) Modeling
4 4 Chapter 4 Entity Relationship (E-R) Modeling Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
Entity Relationship (ER) Modeling
Chapter 4 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.
Chapter 4 Entity Relationship (E-R) Modeling
Entity Relationship (ER) Modeling
Entity Relationship (ER) Modeling
The Relational Database Model
Systems Development Life Cycle
Entity-Relation Modeling Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
Entity Relationship (E-R) Modeling
Database Systems: Design, Implementation, & Management, 5 th Edition, Rob & Coronel 1 Data Models: Degrees of Data Abstraction l Modified ANSI/SPARC Framework.
Chapter 4 Entity Relationship (ER) Modeling
Database Systems: Design, Implementation, and Management Tenth Edition
Chapter 4 Entity Relationship (E-R) Modeling
BTM 382 Database Management Chapter 4: Entity Relationship (ER) Modeling Chitu Okoli Associate Professor in Business Technology Management John Molson.
Chapter 4 Entity Relationship (E-R) Modeling
3 Chapter 3 Entity Relationship (E-R) Modeling Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
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.
Chapter 7 Data Modeling with Entity Relationship Diagrams Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition.
4 1 Chapter 4 Entity Relationship (ER) Modeling Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Fundamentals/ICY: Databases 2010/11 WEEK 5 John Barnden Professor of Artificial Intelligence School of Computer Science University of Birmingham, UK.
Chapter 5 Entity Relationship (ER) Modelling
IS 325 Notes for Wednesday September 4, Syllabus Change I eliminated quizzes I increased the points allocated to homework assignments.
9/10/2012ISC 329 Isabelle Bichindaritz1 Entity Relationship (E-R) 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 Tenth Edition Chapter 4 Entity Relationship (ER) Modeling.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 4 Entity Relationship (ER) Modeling.
Chapter 4 Entity Relationship (ER) Modeling.  ER model forms the basis of an ER diagram  ERD represents conceptual database as viewed by end user 
4 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Relationship Degree Indicates number of entities or participants.
Database Design – Lecture 5 Conceptual Data Modeling – adding attributes.
3 & 4 1 Chapters 3 and 4 Drawing ERDs October 16, 2006 Week 3.
Chapter 9: Logical Database Design and the Relational Model (ERD Mapping)
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.
Database Systems: Design, Implementation, and Management Ninth Edition Chapter 4 Entity Relationship (ER) Modeling.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 4 ENTITY RELATIONSHIP (ER) MODELING Instructor Ms. Arwa Binsaleh 1.
The Entity-Relationship Model, P. I R. Nakatsu. Data Modeling A data model is the relatively simple representation, usually graphic, of the structure.
Chapter 4 Entity Relationship (E-R) Modeling
Logical Database Design Transparencies 1. ©Pearson Education 2009 Objectives How to create a set of tables from an ER model. How to check that the tables.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Systems Christopher I. G. Lanclos Chapter 4.
IS 4420 Database Fundamentals Chapter 3: Modeling Data in the Organization Leon Chen.
Entity Relationship Modeling
Entity Relationship (E-R) Model
Entity Relationship Modeling
TMC2034 Database Concept and Design
Entity Relationship (E-R) Modeling
Entity Relationship (E-R) Modeling
Tables and Their Characteristics
Database Design – Lecture 4
CIS 207 The Relational Database Model
الفصل الخامس قواعد البيانات Databases
Chapter 4 Entity Relationship (ER) Modeling
Entity-Relation Modeling
Database Systems: Design, Implementation, and Management Tenth Edition
Student #7 starts with Locker 7 and changes every seventh door
Review of Week 1 Database DBMS File systems vs. database systems
Entities Things about which you need to store data. One entity for each different thing. At least two attributes At least two occurrences Not a property.
CHAPTER 2 - Database Requirements and ER Modeling
Chapter 4 Entity Relationship (ER) Modeling
Entity-Relationship Diagram (ERD)
Guide to Modeling Keys to E-R diagrams.
Guide to Modeling Keys to E-R diagrams.
Entity Relationship (ER) Modeling
Chapter # 4 Entity Relationship (ER) Modeling.
Presentation transcript:

Chen’s Type Guidance

Figure 4.3 - A Multivalued Attribute in an Entity

Figure 4.4 – Splitting the Multivalued Attributes into New Attributes

Figure 4.6 - Depiction of a Derived Attribute

Table 4.2 - Advantages and Disadvantages of Storing Derived Attributes

Figure 4.7 - Connectivity and Cardinality in an ERD

Figure 4.8 - A Weak (Non-Identifying) Relationship between COURSE and CLASS

Figure 4.9 - A Strong (Identifying) Relationship between COURSE and CLASS

Figure 4.10 - A Weak Entity in an ERD

Figure 4.11 - A Weak Entity in a Strong Relationship

Table 4.3 - Crow’s Foot Symbols

Figure 4.13 - CLASS is Optional to COURSE

Figure 4.14 - COURSE and CLASS in a Mandatory Relationship

Figure 4.15 - Three Types of Relationship Degree

Figure 4.17 - An ER Representation of Recursive Relationships

Figure 4.23 - Converting the M:N Relationship into Two 1:M Relationships

Figure 4.25 - A Composite Entity in an ERD

Figure 4.26 - The First Tiny College ERD Segment

Figure 4.27 - The Second Tiny College ERD Segment

Figure 4.28 - The Third Tiny College ERD Segment

Figure 4.29 - The Fourth Tiny College ERD Segment

Figure 4.30 - The Fifth Tiny College ERD Segment

Figure 4.31 - The Sixth Tiny College ERD Segment

Figure 4.32 - The Seventh Tiny College ERD Segment

Figure 4.33 - The Eighth Tiny College ERD Segment

Figure 4.34 - The Ninth Tiny College ERD Segment

Table 4.4 - Components of the ERM

Database Design Challenges: Conflicting Goals Database design must conform to design standards Need for high processing speed may limit the number and complexity of logically desirable relationships Need for maximum information generation may lead to loss of clean design structures and high transaction speed

Figure 4.38 - Various Implementations of the 1:1 Recursive Relationship