adspace


List out different types of normalizations in sql server and explain each of them?

Answer Posted / Arti

The different types of normalization in SQL Server include: 1) First Normal Form (1NF), which eliminates repeating groups and non-atomic values, ensuring that each column contains only atomic values. 2) Second Normal Form (2NF), which eliminates partial dependencies by ensuring that each non-key attribute depends on the primary key. 3) Third Normal Form (3NF), which eliminates transitive dependencies by ensuring that no non-key attribute is dependent on another non-key attribute.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out the different types of locks available in sql server?

1049


What are the different types of subquery?

1233


How do I find query history in sql server?

1022


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1132


what is the difference between openrowset and openquery?

1193


What is the difference between upgrade and migration in sql server?

1183


What is self contained sub query?

1138


what is spatial nonclustered index

1057


What is the difference between for xml raw and for xml auto?

1113


What are wait types?

1248


Equi join and non equi join is possible with sql server?

1134


How can we solve concurrency problems?

1121


What is a coalesce function?

1282


How do I create a trace in sql server?

1118


Can one drop a column from a table?

1088