Normalization
Normalization
DBS Seminar
What is Normalization?
Normalization is the process of organizing data in a
database. This includes creating tables and establishing
relationships between those tables according to rules
designed both to protect the data and to make the
database more flexible by eliminating redundancy and
inconsistent dependency.
A properly normalized database should have the
following characteristics
–Scalar values in each fields
–Absence of redundancy.
–Minimal use of null values.
–Minimal loss of information.
Data Anomalies
SID SNAME CID CNAME FID FNAME SALARY
Normalizing decisions need to be based on the use of the tables and the database.
These updates and modifications are common in any database. If the data is not normalized
or poorly normalized lead to burden over the excessive I/O disk which results in the poor
performance of the database. This is the main reason why the data should be normalized.
Thank You
References:-
https://www.javatpoint.com/dbm
s-normalization
https://www.guru99.com/databa
se-normalization.html