Normalization Exercise. First Normal Form Second Normal Form.

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

Chapter 6: Entity-Relationship Model (part I)
Entity-Relationship Modeling (ER-M)
Chapter 3  Define terms  Understand use of supertype/subtype relationships  Understand use of specialization and generalization techniques  Specify.
1 The Entity-Relationship Model Chapter 2. 2 Exercise  What can you say about policy of the bank from the ER diagram?  What can you say about the policy.
1 Convert E/R to Relation May 18, Entity Set -> Relation Relation: Beers(name, manf) Beers name manf.
Entity - Relationship Modelling Exercises by Artem Chebotko
Design Principles: Faithfulness
DATABASE APPLICATION DEVELOPMENT SAK 3408 Database Design II (week 3)
Entity-Relationship Diagrams
Data Model Examples USER SPECIFICATIONS.
Case study Lisa’s Bookstore IST210.
COURSE REGISTRATION SYSTEM Case study IST2101. Case Study: Course Registration (1) IST2102 You are helping Penn State create a course registration system.
More on E-R Diagrams After this lecture, you should be able to:
CSE 441: Systems Analysis & Design
Database Management Systems
Normalization A technique that organizes data attributes (or fields) such that they are grouped to form stable, flexible and adaptive entities.
Copyright Ó Oracle Corporation, All rights reserved. Normalization Use the student note section below for further explanation of the slide content.Use.
Dept. of Computer & Information Sciences
Customer Order Order Number Date Cust ID Last Name First Name State Amount Tax Rate Product 1 ID Product 1 Description Product 1 Quantity Product 2 ID.
Entity – Relationship Model (E-R Model)
ER-tutorial Conceptual Design
Database Management Systems MIT Lesson 02 – Database Design (Entity Relationship Diagram) By S. Sabraz Nawaz.
An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.
 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.
E-R to Relational - Basic
Chapter 3: The Enhanced E-R Model
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Database Design Normalisation. Last Session Looked at: –What databases were –Where they are used –How they are used.
Week 2 Lab2 ER Diagram Dina A. Said
Preliminary Traffic Accident Report Date: __________________________ Time: ____________________ (AM / PM) ___________ City:_________________ State: ______.
1 Information System Analysis Topic-3. 2 Entity Relationship Diagram \ Definition An entity-relationship (ER) diagram is a specialized graphic that illustrates.
Model Relationships Read the relationships.
Test SEITA.
Moya messam.  Definition: An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a.
Data Modeling and Entity-Relationship Model I
What Is Normalization  In relational database design, the process of organizing data to minimize redundancy  Usually involves dividing a database into.
Extra ER. Q1: Draw an ER diagram A construction company wishes to establish a database system to record information about employees. The employee data.
Embroidery Services For Personalised Childrens Clothes
G057 - Lecture 05 From Scenario To Design Mr C Johnston ICT Teacher
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
Data Base Design Steps 1.Define Entity Classes (Relations/Tables) and Keys. 2.Define Relationships between Entity Classes. Normalization Steps Eliminate.
Best Web Designers in Glasgow at Elements Design Studio
Contents Design Process Modeling Constraints E-R Diagram Design Issues
The Entity-Relationship Model
Dept. of Computer & Information Sciences
Company Registration: Procedure that one needs to follow Company Registration: Procedure that one needs to follow
Payroll Management System
Extra ER.
Entity-Relationship Modeling "Extended"
Extra ER.
Bookstore DB Requirements
Entity Relationship Model
ERD (Entity Relationship Diagrams)
Website URL : Company name : Blackmagic Lostlovespell Blackmagic Lostlovespell Business Mail.
Functional Dependencies
Conceptual Data Modeling Using Entities & Relationships
Functional Dependencies
G suite Customer Service Phone Number.
SALES RECEIPT Downloaded from
INVOICE Downloaded from
Office Rent Receipt Bill To: Receipt No: Date: Customer Name
Rent Receipt COMPANY NAME Bill To: Customer Name Account Activity:
Entity Relation Model Tingting Zhang.
Office Rent Receipt Bill To: Receipt No: Date: Other Details:
Entity-Relationship Modeling "Extended"
Extra ER.
Entity-Relationship Modeling "Extended"
Extra ER LAB #2.
Presentation transcript:

Normalization Exercise

First Normal Form

Second Normal Form

Third Normal Form

Entity Relationship Diagram Construct an ER diagram for a car-insurance company whose customers own one or more cars each. Each car has associated with it zero to any number of recorded accidents. Each customer has a unique ID number, first and last name, mailing address and phone number. Each car has a make, model, model year, color and registration number. Each accident has a date, location, name and mailing address of others involved, and cost to the insurance company.

Customer Owns Vehicle Involved In Accident ID Name Address Phone Make Model Year Color Reg. Number Location Date Cost Name Address Collided With Others Involved