Model Relationships Read the relationships.

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

ER Modeling Case Studies
Exercise 1 Consider the ER diagram below. Assume that an employee may work in up to two departments or may not be assigned to any department. Assume that.
ER Modeling Case Studies
ER Modeling Case Studies
Entity-Relationship Models
ENTITY RELATIONSHIP MODELLING
Data Modeling and Entity- Relationship Model II. IST2102 I want a database to maintain departments in my company. Store information about my employees,
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 340 Introduction to Database Systems.
Entity Relationship Diagrams
Entity-Relationship Model and Diagrams (continued)
Lecture 3 :Database Analysis and Design (II)
8/28/97Information Organization and Retrieval Database Design University of California, Berkeley School of Information Management and Systems SIMS 202:
Data Model Examples USER SPECIFICATIONS.
Entity/Relationship Modelling
ER Modeling Case Studies
COURSE REGISTRATION SYSTEM Case study IST2101. Case Study: Course Registration (1) IST2102 You are helping Penn State create a course registration system.
Entity-Relationship Diagrams
Structured Analysis Techniques
CSE 441: Systems Analysis & Design
1 ER Modeling BUAD/American University Entity Relationship (ER) Modeling.
Entity Relationship Diagram (ERD) 22 February 2011.
Copyright Ó Oracle Corporation, All rights reserved. Normalization Use the student note section below for further explanation of the slide content.Use.
Data Modelling. ICT5 Introduction Historical development with most organisations Small-scale origins Individual computers bought for particular applications.
Assignements. CSC343: Intro. to Databases2 Exercise 1 Superkeys: Candidate keys: Primary key:
C-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
Database Design 3: Advanced Data Modeling Concepts CS 320.
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
Normalization Exercise. First Normal Form Second Normal Form.
PTADipMgt17 Assignment 1 Group 8 Session 3 Member 1 Entity Relationship Diagrams by Ms Esha Batish.
 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.
INTRODUCTION TO DATABASE DESIGN. Definitions Database Models: Conceptual, Logical, Physical Conceptual: “big picture” overview of data and relationships.
Copyright Ó Oracle Corporation, All rights reserved. Assign Unique Identifiers A Unique Identifier (UID) is any combination of attributes and/or.
Introduction to Database Systems
Entity/Relationship Modelling. Entity Relationship Modelling In This Lecture Entity/Relationship models Entities and Attributes Relationships Attributes.
Lecture 91 Introduction to Data Analysis and Logic Specification Objectives l Draw an entity-relationship diagram, and explain the types of entity relationships.
IS 312: Information Systems for Business Discussion Chapter 3.
Tutorial 2 Data Modelling. 3 Terminology & Notation(1) An entity is an object about which the system needs to hold information –Customer, Student, Course.
Entity Relationship Diagram (ERD). Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship.
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
CSE 412/598 DATABASE MANAGEMENT COURSE NOTES 3. ENTITY-RELATIONSHIP CONCEPTUAL MODELING Department of Computer Science & Engineering Arizona State University.
Lecture 5 Entity Relationship Modeling
Tutorial on E-R Diagrams 1.Learn basic terminology and symbols –See next four slides; refer to as needed in steps 2-4 below 2.Learn the basics of E-R diagramming.
Data Modeling AND ER MODELS.
A short revision on entity- relationship modelling.
DATA SCIENCE MIS0855 | Spring 2016 Designing Data
A short review on entity- relationship modelling.
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
1 Database Design Sections 6 & 7 First Normal Form (1NF), Second Normal Form (2NF), Unique Identifiers (UID), Third Normal Form (3NF), Arcs, Hierarchies.
Entity/Relationship Modelling
Let try to identify the conectivity of these entity relationship
Entity-Relationship Model
Assignements.
Entity-Relationship Model
Entity Relationship Diagrams
Case Studies: Data Modeling
Entity-Relationship Model
ER Modeling Case Studies
Certification for the module on the relational model
Entity-Relationship Model and Diagrams (continued)
ERD Exercises.
Question 01 A company database needs to store information about employees (identified by NIC, with salary and phone as attributes), departments (identified.
Entity-Relationship Modeling "Extended"
Part 11 Q51 to Q55 of National 5 Prelim
ERD (Entity Relationship Diagrams)
ER Modeling Case Studies
Entity Relation Model Tingting Zhang.
Entity-Relationship Modeling "Extended"
Entity-Relationship Modeling "Extended"
Presentation transcript:

Model Relationships Read the relationships. Write the relationship sentences for this E-R diagram. ORDER number type ITEM number description issued for bought via stored in originated by the originator of the repository for CUSTOMER first name last name WAREHOUSE id address

Model Relationships – Solution Each ORDER must be issued for one or more ITEMs. Each ITEM may be bought via one or more ORDERs. Each ORDER must be originated by one and only one CUSTOMER. Each CUSTOMER may be the originator of one or more ORDERs. Each ITEM must be stored in one and only one WAREHOUSE. Each WAREHOUSE may be the repository for one or more ITEMs.

Modeling Exercise Draw an Entity-Relationship Diagram. Draw an Entity-Relationship diagram to represent the following: a Each EMPLOYEE must be assigned to one and only DEPARTMENT. b Each DEPARTMENT may be responsible for one or more EMPLOYEEs. c Each EMPLOYEE may be assigned to one or more ACTIVITIES. d Each ACTIVITY may be performed by one or more EMPLOYEEs.

Modeling Exercise Solution DEPARTMENT EMPLOYEE assigned to responsible for assigned to performed by ACTIVITY

Discussion Pair students and have them brainstorm on the following questions: What are all the categories to which you belong or would like to? Be creative. Use all applicable labels that apply (and some that don't!) i.e. student, child, young adult, city, state, clerk, athlete, musician, sci-fi reader, prankster, etc. Have students write 5 minutes in their journal on the question "How can you scale down your understanding of 'school' to entities? What categories have significance? (this could be a loaded question!) Facilitate discussion of journal responses.