COMM 226 ERD case: School of Business

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

ER Model For a college DB
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.
Entity-Relationship Modeling (ER-M)
Database Design Module C. Database Design Relationships Database Design Entities Cardinality.
Chitu Okoli Associate Professor in Business Technology Management
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 2 Relational Theory DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH.
Data Modeling and Entity- Relationship Model II. IST2102 I want a database to maintain departments in my company. Store information about my employees,
Copyright © 2015 Pearson Education, Inc. Database Design Chapters 17 and
Accounting System Design
Draw an ER Diagram for the following (record any assumptions):
BTM 382 Database Management Chapter 6: Normalization of Database Tables Chitu Okoli Associate Professor in Business Technology Management John Molson School.
COMM 226 Database and content management Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University,
COMM 226 Procurement BPMN exercise
ISMT221 Information Systems Analysis and Design Entity-Relationship Diagram Lab 4 Tony Tam.
1 Class Agenda – 09/20/2011  Answer questions about exam  Evaluate database design homework  Review database design homework for syntax and logic 
Data Modeling Entity - Relationship Models. Models Used to represent unstructured problems A model is a representation of reality Logical models  show.
COMM 226 Assignment 1 Part B: Clarifications and tips
Case study Lisa’s Bookstore IST210.
Lecture 3 Entity Relationship diagram (ERD) Cardinalities
Slide 1 Chapter 05 – Part 1 Data Modeling with the Entity-Relationship Model.
COMM 226 IS project cases Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University, Montréal.
BTM 382 Database Management Chapter 4: Entity Relationship (ER) Modeling Chitu Okoli Associate Professor in Business Technology Management John Molson.
APPENDIX C DESIGNING DATABASES
Data Modeling and Entity- Relationship Model I IST2101.
Database Design Using the REA Data Model
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,
Practical tips for creating entity relationship diagrams (ERDs) Chitu Okoli Associate Professor in Business Technology Management John Molson School of.
© 2007 by Prentice Hall (Hoffer, Prescott & McFadden) 1 Entity Relationship Diagrams (ERDs)
COMM 226 Practical tips for creating entity relationship diagrams (ERDs) Chitu Okoli Associate Professor in Business Technology Management John Molson.
Objectives for Week (1/29 & 1/31)  Know how to read, understand, and create a database model using a modeling tool - ERD’s.  Know the process of completing.
IS 325 Notes for Wednesday September 4, Syllabus Change I eliminated quizzes I increased the points allocated to homework assignments.
Copyright (c) 2014 Pearson Education, Inc. Introduction to Databases.
Individual DFD Assignment
COMM 226 Using information systems to improve business processes Chitu Okoli Associate Professor in Business Technology Management John Molson School of.
E-R model for Exercise #1 Comments: 1. There is a lot of process, or data flow information in this description that will not be modeled in the E-R diagram,
BTM 382 Database Management Chapter Writing optimized SQL queries Chitu Okoli Associate Professor in Business Technology Management John Molson.
ER-tutorial Conceptual Design
IT 21103/41103 System Analysis & Design. Chapter 04 Data Modeling.
IMS 4212: Introduction to Data Modeling—Relationships 1 Dr. Lawrence West, Management Dept., University of Central Florida Relationships—Topics.
Normalization Exercise. First Normal Form Second Normal Form.
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.
Networking Kathie Leslie Dave Menachery Sam Chambers Lutron Electronics Co. Inc.
IS6145 Database Analysis and Design Lecture 4: Fine-Granular Design-Specific ER Modelling Rob Gleasure
COMM 226 Innovation and Strategy
Chapter 3: Modeling Data in the Organization. Business Rules Statements that define or constrain some aspect of the business Assert business structure.
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
ERD case: School of Business Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University, Montréal.
Data Modeling and Entity-Relationship Model I
Database Design I IST 210: Organization of Data IST2101.
BTM 382 Database Management Chapter 5: Advanced Data Modeling
DATA SCIENCE MIS0855 | Spring 2016 Designing Data
BTM 382 Database Management Chapter 8 Advanced SQL Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia.
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
Database Design Chapters 17 and 18.
Week 03 – ER Diagram INFOSYS 222.
Let try to identify the conectivity of these entity relationship
BTM 382 Database Management Chapter 13: Business intelligence and data warehousing Chapter 14-4: Data analytics Chitu Okoli Associate Professor in Business.
Database Applications
Accounting System Design
Data Modelling Introduction
BTM 382 Database Management Chapter 1: Database systems
MIS2502: Data Analytics Relational Data Modeling
ERD (Entity Relationship Diagrams)
Accounting System Design
Agenda and Resources Agenda Resource
Database Management system
Some examples of simple business rules:
Presentation transcript:

COMM 226 ERD case: School of Business Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University, Montréal

School of Business case A School of Business keeps track of its alumni (graduates from its programs). It stores basic information about the alumni, such as their names and contact addresses. It also stores the major (or majors, maximum two) from which the alumnus graduated. The School keeps in touch with alumni by mail, e-mail or telephone. Whenever an alumnus responds to a contact, the School records information learned from the alumnus during that contact. To maintain strong ties to its alumni, the School holds various events around the world. Events have a title, date, location, and type (e.g., reception, dinner, or seminar). The School keeps track of which graduates have attended which events. Whenever an alumnus attends an event, the School might record a comment, which might include information that the School officials learned from that alumnus during that event. When a School official knows that he or she will be meeting or talking to a graduate, a report is produced showing the latest information about that graduate and the information learned during the past two years from that graduate from all contacts and events the graduate attended.

For each entity, identify the attributes Step 1 exercise Identify the entities For each entity, identify the attributes Don’t specify relationships yet; that’s the next step

Step 2 exercise Draw the entity relationship diagram Specify the relationships between entities with the correct minimum and maximum cardinalities (one-to-many, etc.)

Sources This case is adapted from material provided by the Coordinator and instructors of COMM 226 Other sources are noted on the slides themselves