Describe about first three Normal forms.

Answer Posted / arun anoop m

1)1NF
->it has a primary key.
->Each column is atomic.
2)2NF
->It is in 1NF
-> Every non-key column is fully functinally dependend on
primary key.
3)3NF
->It is in 2NF
->Every non-key column is functinally dependend only on
primary key.
->non-key column cant be dependend on another non-key colum.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is temporary table in sql server? Why we use temp table?

599


What are the different types of replication you can set up in sql server?

621


What is difference between Datepart() and Datename() in SqlServer?

803


What does normalization do to data?

633


what is normalization? : Sql server database administration

617






If no size is defined while creating the database, what size will the database have?

648


What is the difference between lock, block and deadlock? : sql server database administration

666


What is etl - extraction, transformation, and loading?

600


Why do we backup Active Directory ?

702


How to use the inserted and deleted pseudo tables?

612


Write a query to find 5th highest amount paid from the customer table.

613


What is a non-clustered index?

642


What is the difference between local and global temporary tables?

681


What is thr feature of change data capture?

578


In which tcp/ip port does sql server run? Can it be changed?

639