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
What are the recovery models in sql server 2000?
What are the triggers in sql?
What is a rownum?
Explain different types of index?
What is the command used to recompile the stored procedure at run time?
What is change data capture (cdc) in sql server 2008?
What is fill factor and pad index?
What is stored in the mssqlsystemresource database? : sql server database administration
what is the difference between Delete and Truncate command in SQL
What is a covering index?
What is the openxml statement in sql server?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What is subquery explain with example?
How to create user messages with print statements in ms sql server?
What is the default port for SQL Server over a firewall?