What is Database Normalization

Database normalization is the step by step process of organizing data to minimize data redundancy i.e. Data duplication which in turn ensures data consistency

  • Normalization is a database design technique that reduces data redundancy and eliminates undesirable characteristics like Insertion, Update and Deletion Anomalies.
  • Normalization rules divide larger tables into smaller tables and link them using relationships.
  • The purpose of Normalization in SQL is to eliminate redundant (repetitive) data and ensure data is stored logically.
  • The inventor of the relational model Edgar Codd proposed the theory of normalization of data with the introduction of the First Normal Form, and he continued to extend theory with Second and Third Normal Form. Later he joined Raymond F. Boyce to develop the theory of Boyce-Codd Normal Form.

#sql server #1nf #2nf #3nf #4nf #5nf #6nf #data #database in sql server #normalization #normalization forms #normalization in database #what is data

What is Database Normalization in SQL Server – MS SQL Server – Zero to Hero Query Master
1.35 GEEK