What is normalization? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is normalization?

Need a detailed elaboration of types of normal forms and how it affects database..

4th Jan 2017, 11:00 AM
Shantanu Deshpande
Shantanu Deshpande - avatar
1 Réponse
+ 2
Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a multi-step process that puts data into tabular form by removing duplicated data from the relation tables.
7th Jan 2017, 4:21 PM
Raghav
Raghav - avatar