Practice of ER modeling Yong Choi School of Business CSUB.

Slides:



Advertisements
Similar presentations
ER Model For a college DB
Advertisements

More Diagramming & Practice with Relationship Modeling
Context Diagram Yong Choi BPA CSUB.
ER Modeling I Exercise Solutions. 2 Solution to Q1.
INFORMATION TECHNOLOGY IN BUSINESS AND SOCIETY SESSION 15 – RELATIONAL DATABASES SEAN J. TAYLOR.
Entity-Relationship Models
E/R Exercises – Part I April 16, 2017.
Entity - Relationship Modelling Exercises by Artem Chebotko
1 The Entity-Relationship Model Chapter 2. 2 Overview of Database Design  Conceptual design: (ER Model is used at this stage.) –What are the entities.
1 MIS 340: Data Modeling 2 Yong Choi School of Business CSUB.
Class 8 Team Meeting (at regular class time) Team President will arrange the location Team Secretary will take attendance Everyone MUST attend!
Entity Relationship Diagrams Don Archer. Entity Relationship Diagram  ERDs – depicts data in terms of the entities and relationships described by the.
1 Database Design Victor Matos. 2 Phases of Database Design u Conceptual design begins with the collection of requirements and results needed from the.
Database Design Concepts Lecture 7 Introduction to E:R Modelling Identifying Entities.
Data Modeling 1 Yong Choi School of Business CSUB.
Data Modeling 1 Yong Choi School of Business CSUB.
How to Register for ESRI’s GIS Online Course Yong Choi School of Business CSU, Bakersfield.
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,
Yong Choi School of Business CSUB
DFD Examples Yong Choi BPA CSUB. Creating Data Flow Diagrams Steps: 1.Create a list of activities 2.Construct Context Level DFD (identifies external entities.
Practice of ER modeling
Talent Management System Mike Rounds and Ola Faucher Human Resource Management November 6,
1 Data Modeling 2 Yong Choi School of Business CSUB.
Field Testing Mini-Lessons: Goals, Importance, & Methods The GeoPRISMS TUES Team.
Database Design Sections 6 & 7 Second Normal Form (2NF), Unique Identifiers (UID), Third Normal Form (3NF), Arcs, Hierarchies and Recursive relationships.
Practice of ER modeling - Answer Yong Choi School of Business CSUB.
Business Management Bishop Kearney High School Dr. Hays.
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Rob and Coronel Adapted for INFS-3200.
Copyright Ó Oracle Corporation, All rights reserved. Normalization Use the student note section below for further explanation of the slide content.Use.
University of Toronto Department of Computer Science © Steve Easterbrook. This presentation is available free for non-commercial use with attribution.
C-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
PTADipMgt17 Assignment 1 Group 8 Session 3 Member 1 Entity Relationship Diagrams by Ms Esha Batish.
L6_2. Learning Systems in Java. References 1.
Weak Entity Sets A weak entity is an entity that cannot exist in a database unless another type of entity also exists in that database. Weak entity meets.
DOSSIER PREPARATION MENTORING PROGRAM Session #3 June 17, 2014  CV and Summary Statements (feedback)  Review Teaching Statement of Endeavors and Supporting.
SATMathVideos.Net A set S consists of all multiples of 4. Which of the following sets are contained within set S? A) S2 only B) S4 only C) S2 and S4 D)
IS 312: Information Systems for Business Discussion Chapter 3.
STUDENT COURSE Problem 1 a. Many students register for many courses, many- to-many (M:N) BOOK BOOK COPY b. Many copies are made from one book, but not.
Lecture 5 Entity Relationship Modeling
Old: Units can bring in employees up to Base+15%* – Allowable at hiring, for a single moment in time – Effective when we know the very least about an.
Entity Relationship Diagram ERD. Background Peter Chen developed ERDs in Charles Bachman and James Martin have added some slight refinements to.
ENTITY RELATIONSHIP DIAGRAM. Objectives Define terms related to entity relationship modeling, including entity, entity instances, attribute, relationship.
1 Database Design Sections 6 & 7 First Normal Form (1NF), Second Normal Form (2NF), Unique Identifiers (UID), Third Normal Form (3NF), Arcs, Hierarchies.
MGT 330 Week 3 Learning Team Paper Develop a 250 word paper answering these questions: · What is management’s role in organizing human capital? Does this.
HCS 430 Week 3 Learning Team Employee Handbook Nondiscrimination Section To purchase this material click below link
IT 244 Week 2 DQ 2 To purchase this material link 244-Week-2-DQ-2 For more courses visit our website
Entity Relationship Modeling
February 28 Assignments HW #8, 9, and 10 assigned Implementation plan
Entity Relationship Diagrams
Errors in ER Diagram Do not represent a concept as both a relationship type and an attribute Make sure every entity type must have a key attribute Relationship.
DFD Examples Yong Choi BPA CSUB.
Are You Connected? Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
ER Models ISSUES and Examples CS263 Lecture 9
Seminar 4 UML Object Diagram.
Practice of ER modeling
کـورس ارتـباط کارکـنان
STUDENT AFFAIRS COMMITTEE MEETING
ERD Exercises.
Practice of ER modeling
Data Modeling for Database Design 2
How to Search for Classes
Program Review Teaching and learning committee Santa ana college
Database Systems Instructor Name: Lecture-9.
Database Systems Instructor Name: Lecture-10.
At the Class Schedule page click on the down arrow at the Select a Term drop down menu.
Are You Connected? Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
Are You Connected? Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
Are You Connected? Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
Some examples of simple business rules:
Recursive Relationship and Weak Entity Examples
Presentation transcript:

Practice of ER modeling Yong Choi School of Business CSUB

Practice 1 A department hires many employees. A employee is hired by one department. A manager manages one department. A department is managed by one manager.

Practice 2 An author writes many books. A book is written by many authors. A team consists of many players. A player plays for only one team.

Practice 3 A purchase order may be for many products. A product may appear on many purchase orders. Purchase Order (many, optional) Product (many, optional) A customer may submit many orders. An order is for exactly one customer. Customer (one) Order (many, optional)

Practice 4 Eliminate unnecessary information and refine The California State University has changed one of the policies about the course schedule based upon feedback from professors and students. One of the changed policies is that a course may have one or more scheduled sections, or may not have a scheduled section. Each section has one course or may not have any course at all.

Practice 5 – Multiple Entities There are several departments in each school at CSUB. Each department belongs to one school. A department has many professors, but a professor may belong to more than one department. Similarly, each department must have at least one course and a course may belong to more than one department. A professor may teach more than one student, and a student may have more than one professor.