Agenda and Resources Agenda Resource

Slides:



Advertisements
Similar presentations
ER Model For a college DB
Advertisements

Information System Analysis Lab 7. ERD entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities,
ER Modeling I Exercise Solutions. 2 Solution to Q1.
Solution to Q1 Note: the mandatory side of the relationships are not identified.
1 Relationships Entities take part in relationships. We can often identify relationships from verbs or verb phrases. For example – you are attending this.
Basic Symbols.
Database BA471 – Fall 2007 Dr. V.T. Raja Oregon State University.
Ch5: Software Specification. 1 Descriptive specifications  Describe desired properties of system  Three types:
Data Modeling ISYS 464. Database Design Process Conceptual database design: –The process of creating a data model independent of implementation details.
Entity Relationship Diagrams Don Archer. Entity Relationship Diagram  ERDs – depicts data in terms of the entities and relationships described by the.
COMM 226 ERD case: School of Business
Databases Dr. V.T. Raja Oregon State University. Databases – Part 1: Outline Introduction Data Hierarchy Traditional file management Terminology Database.
Get Started in 4 Easy Steps!
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,
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
Yong Choi School of Business CSUB
Module Title? Data Base Design 30/6/2007 Entity Relationship Diagrams (ERDs)
ER to Relational Translation COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
1.  An introduction to data modelling  The purpose of data modelling  Modelling data relationships 2.
Entity-Relationship Model. Entity-Relationship Mode What is it? What is it? –Technique for developing an informal organization of tables How does it work?
4 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Relationship Degree Indicates number of entities or participants.
Database Design 3: Advanced Data Modeling Concepts CS 320.
Chapter 9: Logical Database Design and the Relational Model (ERD Mapping)
Normalization Exercise. First Normal Form Second Normal Form.
Enter Title of Presentation Here Presenter Name Optional Information: School, Position.
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
advanced data modeling
Entity/Relationship Modelling. Entity Relationship Modelling In This Lecture Entity/Relationship models Entities and Attributes Relationships Attributes.
Done By : Gillian Swaby. Objectives: 1. What is an Entity-Relationship Diagram? 2.What are the symbols used in ERD? Explain each. 3. What is a one- to-
IS 312: Information Systems for Business Discussion Chapter 3.
Agenda and Objectives Agenda ▫Practice creating normalized data models Objectives ▫Given a scenario or business rules, you will be able to develop a 3NF.
ERD case: School of Business Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University, Montréal.
Course Outline How is International Finance being Taught elsewhere? Western, Economics Department
ERD For a full discussion and more examples please consult: fallforum2003/ERD_final.doc.
SDMS TM Synergy Distributed Meeting Scheduler Requirements Specification Presentation -Uma Anantha -Jaya Devabhaktuni -Apurva Kansara.
Information System Design “Student Registration System Example”
Course Instructor: Kashif I hsan 1. Chapter # 6 2.
The reading is 7.38 mm. The reading is 7.72 mm.
Data Base Design Steps 1.Define Entity Classes (Relations/Tables) and Keys. 2.Define Relationships between Entity Classes. Normalization Steps Eliminate.
ENTITY-RELATIONSHIP MODELLING. Objectives: How to use Entity–Relationship (ER) modelling in database design. Basic concepts associated with ER model.
DEVRY CIS 321 iLab 4 Check this A+ tutorial guideline at For more classes visit
Creating an ERD Part 1 Define the Problem
DATA MODELING AND DATABASE DESIGN
Entity/Relationship Modelling
Week 03 – ER Diagram INFOSYS 222.
Data Modeling Using the ERD
Case Studies: Data Modeling
Resolving Disputes. Restoring Relationships.
Chapter -3- Data Modeling Using the Entity-Relationship Model
Things to Look for When Buying a Home in Colorado
This Christmas, you don’t Have to Be Stuck at Home
What you Should Know Before Booking a Wedding Limo
Phone: + 40 (728) | +40 (733)
Interesting Birthday Party Themes Decoration Ideas
Chapter 5 STUDENT-COURSE
Contact Trezor Support Phone Number to Fix Issues
Best Driving Instructors Sydney
I LEFT A BIGGER SPACE HERE FOR A TITLE & ADDRESS IF NEEDED….
Database Analysis and Data Modeling
Please check below to let us know whether you would like to participate in this project. Yes, see my contact info below No, thank you Name (s): ____________________________________.
Attend Your Favourite Events with Layaway Tickets - Events layaway Wanting to attend a concert of your favourite band, maybe there are big sporting events.
Entity – Relationship Model
Data Modeling for Database Design 2
ERD (Entity Relationship Diagrams)
I LEFT A BIGGER SPACE HERE FOR A TITLE & ADDRESS IF NEEDED….
This is an example of Object-Oriented Modeling diagram.
Entity Relationship Model
DATA MODELING AND DATABASE DESIGN
Presentation transcript:

Agenda and Resources Agenda Resource Practice creating entity relationship diagrams Practice creating relations Resource ERD_Introductory_Practice.pptx

ERD Practice Dr. Jean A. Pratt IS 310

1:M Person:Phone A person has one or more phone numbers listed with us. Each phone number is registered by one person. Person:Address A person resides at one address. An address is a residence for one or more people. Person:Email A person has one or more emails listed with us. Each email address is registered by one person.

1:1 Person:Instructor A person can be an instructor. Each instructor is a person.

M:M Ternary Person:Program:Instructor A person can participate in many programs taught by many instructors. Each program is attended by many participants and is taught by many instructors. An instructor teaches one or more programs attended by many people.

M:M Recursive Person:Person A person can refer many people. A person can be referred by many people.