Please explain normalization in layman’s term

Question

What is Normalization in a Database?

in progress 0
Pragya Rani 4 years 3 Answers 674 views Contributor 0

Answers ( 3 )

  1. Normalization is the process of minimizing redundancy and dependency by organizing fields and table of a database. The main aim of Normalization is to add, delete or modify field that can be made in a single table.

  2. It is the process of organizing data to avoid duplication and redundancy.

  3. Normalization is the process of minimizing redundancy and dependency by organizing fields and table of a database. It is done by decomposing tables so that they satisfy the normal forms.

Leave an answer

Browse
Browse