What is Normalization ?

820    Asked by GeorgeBudd in SQL Server , Asked on Dec 28, 2019
Answered by Preetam Shetty

Normalization is a method of organising the database table to reduce redundancy and improve its data integrity.

  1. Divides the larger unorganised table into smaller tables which are linked through relationships
  2. Helps in creating a overall simple Database design.
  3. A normalized table promotes better security model



Your Answer

Interviews

Parent Categories