What is normalization and what are the different forms of
normalizations?

Answer Posted / asif nadeem

Normalization is simply a process which is use to store
data efficiently on data base but in this it is
underestimated rules that must be performed.
1) Delete the data which repeating again and again
2) Maintain data of rows and columns into their releated
tables and columns.
there are some types of Normalization
1) 1N
2) 2N
3) 3N
4) 4N
1N:it is known as first normalization and in thsi we
transfer data towards the releated columns and subsets in
which data is repeating is deleated
2N:in this form the 1N steps are implimented and after it
data is maintain in the same table and in columns
3N:in this 2N steps are performed and the subsets of
predcessors are deletd or they are arranged into the
different but of same tables, releation ship is built b/w
the data so that it can be easily accessable.
4N:in this type the 3N steps are performed and main thing
which extra in this is no repeated is present in the 4N

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

517


Does partitioning ssd reduce performance?

486


What is the difference between a clustered index and a non-clustered index?

524


What is a unique key constraint?

523


What is report server project?

106






Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture

552


Can binary strings be converted into numeric or float data types?

543


What is federation member?

91


State a few properties of relational databases?

655


Name three of the features managed by the surface area configuration tool? : sql server security

501


What are the new data types are introduced in sql 2000?

495


what are the three command line utilities and what are their primary functions?

101


What are different types of schemas?

511


Explain the third normal form(3nf)?

518


What is the default Port No on which SQL Server listens?

619