Describe about first three Normal forms.
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 |
When do we use the UPDATE_STATISTICS command?
4 Answers Deutsche Telekom AG,
What does Master database contains?
How to use subqueries with the in operators in ms sql server?
What is replace and stuff function in sql server?
What is normalization and what are the different forms of normalizations?
What do I need to start working with sql studio? : sql server management studio
System variable and temporary variables
What is the difference between ‘having’ clause and a ‘where’ clause?
what are user defined datatypes and when you should go for them? : Sql server database administration
What is a trigger? Why we need it?
To find second largest salary in Employee table
which one will take 1st priority in case of insert statement and select statement???