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.
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.
Answers ( 3 )
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.
It is the process of organizing data to avoid duplication and redundancy.
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.