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

What is table valued function and scalar valued functions?

497


What is the native system stored procedure to execute a command against all databases?

538


What is function of master database?

94


Can we use max in where clause?

517


How do I view a trc file?

505






What is raid and what are different types of raid levels?

593


Define full outer join?

522


How to invoke a trigger on demand?

543


What is the rdl file?

88


Explain what is dbcc?

595


what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration

511


How to enforce security in sql server? : sql server security

623


What are the 3 types of schema?

597


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

588


Name some of the open source software that you can use in alternative to SSR?

105