Please explain normalization in layman’s term
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
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.