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
Explain what are the database objects? : SQL Server Architecture
Explain try...catch with sql server?
Why olap is used?
What is join and name different type of joins?
Why I am getting this error when dropping a database in ms sql server?
What are data resources?
Explain the microsoft sql server delete command?
What is the difference between mysql and sql server?
What is difference between index seek vs. Index scan?
How many levels of sp nesting are possible?
Can we call stored procedure in trigger?
Can we add an identity column to decimal datatype?
how can you check the level of fragmentation on a table? : Sql server administration
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
Explain stored procedure?