SlideShare a Scribd company logo
3
Most read
7
Most read
8
Most read
DEPARTMENT OF COMMERCE WITH FINANCE
NORMALIZATION in DBMS
Dr.SNS RAJALAKSHMI COLLEGE OF ARTS AND SCIENCE
COIMBATORE-49
(AUTONOMOUS)
Accredited by NAAC (Cycle-III) with ‘A+’ Grade
Introduction
Normal Forms
Anomalies in DBMS
Types of Normal Forms
Conclusion
 Normalization is the process of organizing the data in
the database.
 Normalization is used to minimize the redundancy from
a relation or set of relations. It is also used to eliminate
the undesirable characteristics like Insertion, Update
and Deletion Anomalies.
 Normalization divides the larger table into the smaller
table and links them using relationship.
 The normal form is used to reduce redundancy from
the database table.
 Edgar Codd proposed the theory of normalization of
data with First Normal Form and extending the theory
with Second and Third Normal Form.
 Later he joined Raymond F. Boyce to develop the
theory of Boyce-Codd Normal Form.
 By using different normal forms we can remove all these
anomalies and bring the database to a consistent state.
Stu_id Stu_name Stu_add Course_co
de
1001 shiva cbe 219
1002 arul chennai 218
1001 shiva cbe 218
1003 vijay ooty 219
krishna kerela 220
1005 reva Kodai 221
 Update anomalies
 Deletion anomalies
 Insert anomalies
Fees not
Paid
Deleting a
course code
will delete
the data
1NF
2NF
3NF
BCNF
• It contains an atomic value
• Non-key attributes are fully
functional dependent on the
primary key.
• No transition dependency
exists.
•It has no multi-valued
dependency.
 A relation will be 1NF if it contains an atomic value.
 It states that an attribute of a table cannot hold multiple
values. It must hold only single-valued attribute.
 First normal form disallows the multi-valued attribute,
composite attribute, and their combinations.
id name phone add
101 hari 247859,
248795
cbe
102 lali 248964 ooty
id name phone add
101 hari 247859, cbe
101 hari 248795 cbe
Before 1NF After 1NF
 In the second normal form, all non-key
attributes are fully functional dependent on the
primary key.
id sub
101 maths
101 che
102 social
103 tamil
id sub age
101 maths 40
101 che 40
102 social 28
103 tamil 30
id name
101 40
101 40
102 28
103 30
 A relation will be in 3NF if it is in 2NF and not
contain any transitive partial dependency.
 3NF is used to reduce the data duplication. It is
also used to achieve the data integrity.
 If there is no transitive dependency for non-prime
attributes, then the relation must be in third
normal form.
emp_id emp_name emp_zip emp_state emp_city
emp_distri
ct
1001 John 282005 UP Agra Dayal Bagh
1002 Ajeet 222008 TN Chennai M-City
1006 Lora 282007 TN Chennai
Urrapakka
m
1101 Lilly 292008 UK Pauri Bhagwan
emp
_id
emp_
name
emp_zip
1001 John 282005
1002 Ajeet 222008
1006 Lora 282007
1101 Lilly 292008
emp_id emp_state
emp_cit
y
emp_dis
trict
1001 UP Agra
Dayal
Bagh
1002 TN Chennai M-City
1006 TN Chennai
Urrapakk
am
1101 UK Pauri Bhagwan
 BCNF is the advance version of 3NF. It is stricter than
3NF.
 A table is in BCNF if every functional dependency X → Y,
X is the super key of the table.
emp_id emp_country
emp_
Dept
Dept_Type
emp_dept
no
1001 India 245 design 801
1001 India 521 test 541
1002 Africa 654 store 654
1002 Africa 245 maintain 254
 Emp_country table:
emp_id emp_country
1001 India
1001 India
EMP_DEPT table:
emp_Dept
Dept_Ty
pe
emp_dept
no
245 design 801
521 test 541
654 store 654
245 maintain 254
EMP_DEPT_MAPPING table:
emp_id emp_Dept
1001 245
1001 521
1002 654
1002 245
Normalization in RDBMS

More Related Content

What's hot (20)

PPTX
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
PDF
Normalization in DBMS
Hitesh Mohapatra
 
PPTX
Normalization in DBMS
Prateek Parimal
 
PPT
13. Query Processing in DBMS
koolkampus
 
PPTX
Concurrency Control in Database Management System
Janki Shah
 
PPSX
Functional dependency
Dashani Rajapaksha
 
PPTX
Transaction management DBMS
Megha Patel
 
PPT
A N S I S P A R C Architecture
Sabeeh Ahmed
 
PDF
Database Normalization
Arun Sharma
 
PPTX
serializability in dbms
Saranya Natarajan
 
PPT
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
PPTX
Normal forms
Samuel Igbanogu
 
PPTX
Normalization
Salman Memon
 
PPTX
Characteristic of dabase approach
Luina Pani
 
PPTX
Dbms and rdbms ppt
rahul kapoliya
 
PDF
Data Models
RituBhargava7
 
PDF
Functional dependency and normalization
University of Potsdam
 
PPT
Unit 4 external sorting
DrkhanchanaR
 
PPTX
Functional dependency
Sakshi Jaiswal
 
PPTX
Normalization in DBMS
Prateek Parimal
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
Normalization in DBMS
Hitesh Mohapatra
 
Normalization in DBMS
Prateek Parimal
 
13. Query Processing in DBMS
koolkampus
 
Concurrency Control in Database Management System
Janki Shah
 
Functional dependency
Dashani Rajapaksha
 
Transaction management DBMS
Megha Patel
 
A N S I S P A R C Architecture
Sabeeh Ahmed
 
Database Normalization
Arun Sharma
 
serializability in dbms
Saranya Natarajan
 
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
Normal forms
Samuel Igbanogu
 
Normalization
Salman Memon
 
Characteristic of dabase approach
Luina Pani
 
Dbms and rdbms ppt
rahul kapoliya
 
Data Models
RituBhargava7
 
Functional dependency and normalization
University of Potsdam
 
Unit 4 external sorting
DrkhanchanaR
 
Functional dependency
Sakshi Jaiswal
 
Normalization in DBMS
Prateek Parimal
 

Similar to Normalization in RDBMS (20)

PPTX
Presentation on Normalization.pptx
kshipra sony
 
PPTX
Kumar lav
kumar Lav
 
PPTX
Normalization in Relational database management systems
backiyalakshmi14
 
PPTX
Normalization in rdbms types and examples
BackiyalakshmiVenkat
 
PPTX
Normalization and three normal forms.pptx
Zoha681526
 
PPTX
Four Types of Normalization in DBMS Explained
kuthubussaman1
 
PPTX
Database normalization
Jignesh Jain
 
PDF
Types of normalization
PratibhaRashmiSingh
 
PDF
Database management system session 5
Infinity Tech Solutions
 
PPTX
1-161103092724.pzxsdfdsdrgdrgdfgdfgdfgdfgptx
wrushabhsirsat
 
PDF
Assignment#11
Sunita Milind Dol
 
PDF
What is Database NormalizationExplain the guidelines for ensuring t.pdf
arjunstores123
 
PPTX
Normal Forms in Database Management Systems.pptx
johnyj8
 
PPTX
Jai dbms
JAI BAMORIYA
 
PDF
1-161103092724 (1).pdf
BasirKhan21
 
PPTX
1-161103092724.pptx
YashaswiniSrinivasan1
 
PPTX
Normalization in data base management system.pptx
anitha803197
 
PPTX
Normalization
Ahmed Farag
 
Presentation on Normalization.pptx
kshipra sony
 
Kumar lav
kumar Lav
 
Normalization in Relational database management systems
backiyalakshmi14
 
Normalization in rdbms types and examples
BackiyalakshmiVenkat
 
Normalization and three normal forms.pptx
Zoha681526
 
Four Types of Normalization in DBMS Explained
kuthubussaman1
 
Database normalization
Jignesh Jain
 
Types of normalization
PratibhaRashmiSingh
 
Database management system session 5
Infinity Tech Solutions
 
1-161103092724.pzxsdfdsdrgdrgdfgdfgdfgdfgptx
wrushabhsirsat
 
Assignment#11
Sunita Milind Dol
 
What is Database NormalizationExplain the guidelines for ensuring t.pdf
arjunstores123
 
Normal Forms in Database Management Systems.pptx
johnyj8
 
Jai dbms
JAI BAMORIYA
 
1-161103092724 (1).pdf
BasirKhan21
 
1-161103092724.pptx
YashaswiniSrinivasan1
 
Normalization in data base management system.pptx
anitha803197
 
Normalization
Ahmed Farag
 
Ad

Recently uploaded (20)

PPTX
apidays Singapore 2025 - The Quest for the Greenest LLM , Jean Philippe Ehre...
apidays
 
PDF
apidays Singapore 2025 - From API Intelligence to API Governance by Harsha Ch...
apidays
 
PPTX
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
PPTX
apidays Helsinki & North 2025 - Vero APIs - Experiences of API development in...
apidays
 
PPTX
SlideEgg_501298-Agentic AI.pptx agentic ai
530BYManoj
 
PDF
apidays Singapore 2025 - How APIs can make - or break - trust in your AI by S...
apidays
 
PDF
The European Business Wallet: Why It Matters and How It Powers the EUDI Ecosy...
Lal Chandran
 
PDF
Avatar for apidays apidays PRO June 07, 2025 0 5 apidays Helsinki & North 2...
apidays
 
PDF
Using AI/ML for Space Biology Research
VICTOR MAESTRE RAMIREZ
 
PPTX
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
PDF
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
PDF
apidays Helsinki & North 2025 - API-Powered Journeys: Mobility in an API-Driv...
apidays
 
PDF
apidays Helsinki & North 2025 - How (not) to run a Graphql Stewardship Group,...
apidays
 
PDF
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
PPTX
apidays Munich 2025 - Building Telco-Aware Apps with Open Gateway APIs, Subhr...
apidays
 
PPTX
apidays Helsinki & North 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (A...
apidays
 
PPTX
Aict presentation on dpplppp sjdhfh.pptx
vabaso5932
 
PDF
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
PPTX
apidays Munich 2025 - Building an AWS Serverless Application with Terraform, ...
apidays
 
PPTX
Exploring Multilingual Embeddings for Italian Semantic Search: A Pretrained a...
Sease
 
apidays Singapore 2025 - The Quest for the Greenest LLM , Jean Philippe Ehre...
apidays
 
apidays Singapore 2025 - From API Intelligence to API Governance by Harsha Ch...
apidays
 
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
apidays Helsinki & North 2025 - Vero APIs - Experiences of API development in...
apidays
 
SlideEgg_501298-Agentic AI.pptx agentic ai
530BYManoj
 
apidays Singapore 2025 - How APIs can make - or break - trust in your AI by S...
apidays
 
The European Business Wallet: Why It Matters and How It Powers the EUDI Ecosy...
Lal Chandran
 
Avatar for apidays apidays PRO June 07, 2025 0 5 apidays Helsinki & North 2...
apidays
 
Using AI/ML for Space Biology Research
VICTOR MAESTRE RAMIREZ
 
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
apidays Helsinki & North 2025 - API-Powered Journeys: Mobility in an API-Driv...
apidays
 
apidays Helsinki & North 2025 - How (not) to run a Graphql Stewardship Group,...
apidays
 
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
apidays Munich 2025 - Building Telco-Aware Apps with Open Gateway APIs, Subhr...
apidays
 
apidays Helsinki & North 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (A...
apidays
 
Aict presentation on dpplppp sjdhfh.pptx
vabaso5932
 
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
apidays Munich 2025 - Building an AWS Serverless Application with Terraform, ...
apidays
 
Exploring Multilingual Embeddings for Italian Semantic Search: A Pretrained a...
Sease
 
Ad

Normalization in RDBMS

  • 1. DEPARTMENT OF COMMERCE WITH FINANCE NORMALIZATION in DBMS Dr.SNS RAJALAKSHMI COLLEGE OF ARTS AND SCIENCE COIMBATORE-49 (AUTONOMOUS) Accredited by NAAC (Cycle-III) with ‘A+’ Grade
  • 2. Introduction Normal Forms Anomalies in DBMS Types of Normal Forms Conclusion
  • 3.  Normalization is the process of organizing the data in the database.  Normalization is used to minimize the redundancy from a relation or set of relations. It is also used to eliminate the undesirable characteristics like Insertion, Update and Deletion Anomalies.  Normalization divides the larger table into the smaller table and links them using relationship.  The normal form is used to reduce redundancy from the database table.
  • 4.  Edgar Codd proposed the theory of normalization of data with First Normal Form and extending the theory with Second and Third Normal Form.  Later he joined Raymond F. Boyce to develop the theory of Boyce-Codd Normal Form.  By using different normal forms we can remove all these anomalies and bring the database to a consistent state.
  • 5. Stu_id Stu_name Stu_add Course_co de 1001 shiva cbe 219 1002 arul chennai 218 1001 shiva cbe 218 1003 vijay ooty 219 krishna kerela 220 1005 reva Kodai 221  Update anomalies  Deletion anomalies  Insert anomalies Fees not Paid Deleting a course code will delete the data
  • 6. 1NF 2NF 3NF BCNF • It contains an atomic value • Non-key attributes are fully functional dependent on the primary key. • No transition dependency exists. •It has no multi-valued dependency.
  • 7.  A relation will be 1NF if it contains an atomic value.  It states that an attribute of a table cannot hold multiple values. It must hold only single-valued attribute.  First normal form disallows the multi-valued attribute, composite attribute, and their combinations. id name phone add 101 hari 247859, 248795 cbe 102 lali 248964 ooty id name phone add 101 hari 247859, cbe 101 hari 248795 cbe Before 1NF After 1NF
  • 8.  In the second normal form, all non-key attributes are fully functional dependent on the primary key. id sub 101 maths 101 che 102 social 103 tamil id sub age 101 maths 40 101 che 40 102 social 28 103 tamil 30 id name 101 40 101 40 102 28 103 30
  • 9.  A relation will be in 3NF if it is in 2NF and not contain any transitive partial dependency.  3NF is used to reduce the data duplication. It is also used to achieve the data integrity.  If there is no transitive dependency for non-prime attributes, then the relation must be in third normal form.
  • 10. emp_id emp_name emp_zip emp_state emp_city emp_distri ct 1001 John 282005 UP Agra Dayal Bagh 1002 Ajeet 222008 TN Chennai M-City 1006 Lora 282007 TN Chennai Urrapakka m 1101 Lilly 292008 UK Pauri Bhagwan emp _id emp_ name emp_zip 1001 John 282005 1002 Ajeet 222008 1006 Lora 282007 1101 Lilly 292008 emp_id emp_state emp_cit y emp_dis trict 1001 UP Agra Dayal Bagh 1002 TN Chennai M-City 1006 TN Chennai Urrapakk am 1101 UK Pauri Bhagwan
  • 11.  BCNF is the advance version of 3NF. It is stricter than 3NF.  A table is in BCNF if every functional dependency X → Y, X is the super key of the table. emp_id emp_country emp_ Dept Dept_Type emp_dept no 1001 India 245 design 801 1001 India 521 test 541 1002 Africa 654 store 654 1002 Africa 245 maintain 254
  • 12.  Emp_country table: emp_id emp_country 1001 India 1001 India EMP_DEPT table: emp_Dept Dept_Ty pe emp_dept no 245 design 801 521 test 541 654 store 654 245 maintain 254 EMP_DEPT_MAPPING table: emp_id emp_Dept 1001 245 1001 521 1002 654 1002 245