What is normalizati…
 
Notifications
Clear all

What is normalization in DBMS?

2 Posts
3 Users
1 Likes
349 Views
0
Topic starter

What is normalization in DBMS?

2 Answers
1

Normalization is referred to process of organizing the data in the database. It helps in getting rid of redundant data from a relation or a set of relations.

  • It is helpful in dividing a larger table into smaller tables and linking them using relationships.
  • It avoids problems regarding data integrity and removing anomalies from the database.
0

Normalization is a database design technique that reduces data redundancy and eliminates undesirable characteristics like Insertion, Update and Deletion Anomalies. Normalization rules divides larger tables into smaller tables and links them using relationships.

The purpose of Normalization in SQL is to eliminate redundant (repetitive) data and ensure data is stored logically.

Share: