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

How to change the data type of an existing column with "alter table" statements in ms sql server?

525


What do you mean by table and field in sql?

546


what is bit datatype? : Sql server database administration

499


What are the different index configurations a table can have?

507


How to implement service broker?

519






What are the encryption mechanisms in sql server?

572


What is a primary key?

534


What is the difference between Triggers and Stored Procedure?

562


Write a SQL query to delete a table?

644


Explain primary key, foreign key and unique key?

533


Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?

570


why would you use sql agent? : Sql server database administration

521


Can you please explain the difference between function and stored procedure?

536


How to provide default values to stored procedure parameters?

568


Explain optimistic and pessimistic concurrency?

533