Extra ER.

Slides:



Advertisements
Similar presentations
Entity-Relationship Modeling (ER-M)
Advertisements

The Entity-Relationship Model
Entity-Relationship Models
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.
Database Design (Data Modeling) DCO11310 Database Systems and Design By Rose Chang.
Entity-Relationship Data Model CS 157A Professor Sin-Min Lee Student: Yen-Chu Pan.
CS424 PK, FK, FD Normalization Primary and Foreign Keys Primary and foreign keys are the most basic components on which relational theory is based. Primary.
1 The Indiana Department of Correction presents New Employee Orientation: Family and Medical Leave Act.
Entity Relationship Modeling
Entity Relationship Modelling. What is Entity Relationship Modelling? The Entity-Relationship model is – ” “ a data model for high-level descriptions.
Dr. Mohamed Osman Hegaz1 Conceptual data base design: The conceptual models: The Entity Relationship Model.
Conceptual Design Lecture - 2 Database Development.
Conceptual Design Revision Database Development. Basic constructs of the Entity Relationship Model Entity  Representation of an Entity on an ER diagram.
1 ER Modeling BUAD/American University Entity Relationship (ER) Modeling.
Principles of Database Design, Part II AIMS 2710 R. Nakatsu.
Database Design Principles – Lecture 3
1 Entity-Relationship Diagram. 2 Components of ERD: –Entity –Relationship –Cardinality –Attributes.
Database Management System Quiz 1. A company needs to store information about: the employees identified by EmpNo, Name, Salary and Phone; departments.
ER-tutorial Conceptual Design
Normalization Exercise. First Normal Form Second Normal Form.
 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.
Entity Relationship Diagram (ERD). Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship.
Salary Saving Plan Under this plan the employer signs an agreement with State Life for remitting the premiums to State Life by deducting the same from.
Test SEITA.
Moya messam.  Definition: An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a.
ENTITY RELATIONSHIP DIAGRAM. Objectives Define terms related to entity relationship modeling, including entity, entity instances, attribute, relationship.
Extra ER. Q1: Draw an ER diagram A construction company wishes to establish a database system to record information about employees. The employee data.
Life and Long Term Disability Insurance Plan Overview.
Copyright © 2014 Pearson Canada Inc. 5-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5a Database Design Part 2: Using Information Technology.
Entity-Relationship Data Model
Insurance Companies and Pension Plans
The Entity-Relationship Model
IS6125 Database Analysis and Design Lecture 5: Conceptual Data Modelling 2: ER Modelling and Beyond the Presentation Layer Rob Gleasure
IS6145 Database Analysis and Design Lecture 5: Enhanced Entity-Relationship (EER) Modeling Rob Gleasure
Entity-Relationship Model
Entity-Relationship Model
Database EER.
ER MODEL Lecture 3.
Database Design Determinacy.
بسم الله الرحمن الرحيم.
Practice of ER modeling
Practice of ER modeling
Question 01 A company database needs to store information about employees (identified by NIC, with salary and phone as attributes), departments (identified.
Extra ER.
IS6145 Database Analysis and Design Lecture 5: Enhanced Entity-Relationship (EER) Modeling Rob Gleasure
Entity-Relationship Modeling "Extended"
Extra ER.
Insurance and pensions funds
Database Systems Instructor Name: Lecture-9.
Database Modeling using Entity Relationship Model (E-R Model)
Database Systems Instructor Name: Lecture-10.
IS6125 Database Analysis and Design Lecture 7: Enhanced Entity-Relationship (EER) Modeling Rob Gleasure
Types of Insurance Advanced Level.
Week 9 – Databases.
Conceptual Data Modeling Using Entities & Relationships
Database EER.
Insurance and pensions funds
E.R. Examples.
Entity Relation Model Tingting Zhang.
Conceptual modeling of databases
Database Management system
Entity Relationship Model
IS6125 Database Analysis and Design Lecture 8: Practice with ERDs
Entity-Relationship Data Model
Entity-Relationship Modeling "Extended"
Some examples of simple business rules:
Entity-Relationship Modeling "Extended"
IS6145 Database Analysis and Design Lecture 6: Practice with ERDs
Extra ER LAB #2.
Presentation transcript:

Extra ER

Q1: Draw an ER diagram A construction company wishes to establish a database system to record information about employees. The employee data to be recorded in the database are consists of employee SINs (which are unique), first names, last names and home phone numbers. The company has three types of special employees; as well as many regular employees who do not fit into one of these categories, which are: For insured employees; the insurance policy number, the insured amount, and the annual premium are to be recorded.

For qualified; the professional qualification and the annual institute fees are to be recorded. For managers; the number of profit shares, and the parking stall number are to be recorded. In addition, they need to record data about departments; each (unique) department name, budget, and location should be recorded. Employees must work for one, and only one department, departments must have at least one employee, and may (of course) have more than one.

Each manager normally manages one department, but on occasion a manager may be responsible for more than one department, but never less than one. A department can have only one manager, but occasionally will not have a manager. It is necessary to record the dependents of insured employees; the first name, age and relationship (e.g. child, spouse, etc.) of each dependent must be recorded. It is assumed that no two dependents of the same employee will have the same name. An insured employee must have at least one dependent, the dependents must have one and only one insured employee.

S/G notation (chen notation)