Answer Posted / sakthi
Normalization:
Process of decomposing a longer table into
smaller one, by using normalizaton we can fetch the data
faster. there are different types of normalization below
listed are few important one.
1) 1st normal form
2) 2nd normal form
3) 3rd normal form
4) 4th normal form
5) 5th normal form
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is service broker? : sql server database administration
Explain insert into select statement?
What is the chart in report?
What are the benefits and tasks of object explorer? : sql server management studio
How to find index size for each index on table?
What is the difference between migration and upgradation in sql server?
Introduction of rollup clause using sum and group by clause?
What is statement level trigger?
How do I connect to sql server database?
Explain the truncate command?
Can sql servers link to other servers?
How to create indexed view?
Can you get second highest salary from the table?
What is auditing in sql server?
How to use union to merge outputs from two queries together in ms sql server?