Normalization 1NF
Normalization 1NF
Normalization
Mrs. J. Jones
Information Technology
OBJECTIVES
State the
meaning of the
term
normalization
Use the table to explain
Data Redundancy
1. Insertion Anomaly 2. Deletion Anomaly
3.Update/updation/modification
Anomaly
ID No Name Teacher Subject ID Room
Student table
Use the table to explain
Data Redundancy
1. Insertion Anomaly: Occurs when data is inserted to
record without it being stored in a related record.
Simple put: It is a multi-step process that puts data into tabular form,
reduces duplicated data from the relation tables.
WHAT CAN YOU DO?
In your note books break the following table into two or more
to reduce redundancy. Explain using the insertion, update and
deletion anomalies.
• 1NF
• 2NF
• 3NF
• https://www.studytonight.com/dbms/database-normalization.php#
Types of Normal Form
101 Fries
Order # Customer Name Order
101 Sprite
101 Kayla Campbell Burger, fries, sprite
103 Burger
103 Fries
103 Sprite
Example 2: 1NF
Rule: All data must be non Order # Order
101 Burger
divisible (can not be broken
101 Fries
Order First Name Last Name
down)
# 101 Sprite
101 Kayla 102 Nuggets
Campbell
102 OJ
102 Ashley
Edwards 102 Fries
103 Kayla
Campbell 103 Burger
103 Fries
103 Sprite
Example 2: 1NF
Order table
Rule: All data must be non Order # Order
101 Burger
divisible (can not be broken
101 Fries
down)
Customer table 101 Sprite
102 Nuggets
Order First Name Last Name
# 102 OJ
101 Kayla Campbell 102 Fries
102 Ashley Edwards
103 Burger
103 Kayla Campbell
103 Fries
103 Sprite