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
How to replace given values with null using nullif()?
How to add the custom code in Report?
When we should use @@error?
How can you set the threshold at which sql server will generate keysets asynchronously?
How to use values from other tables in update statements in ms sql server?
When to use Inner join & when to use subquery?
What is plan freezing?
Name and describe few console utilities for ssrs?
application server is slow what may be the problem
Will the writetext statement activate a trigger?
Why use update_statistics command in sql server?
How to store and query spatial data?
Differentiate between a primary key and a unique key.
Write down the syntax and an example for create, rename and delete index?
What is difference between count (*) and count 1?