What is database normalization?
Answer Posted / kranthi
Normalization is the process of structuring relational
database schema such that most ambiguity is removed. The
stages of normalization are referred to as normal forms and
progress from the least restrictive (First Normal Form)
through the most restrictive (Fifth Normal Form).
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between row_number and dense_rank?
What is implicit cursors?
How you can change the database name in SQL SERVER?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
What is the use of group by clause?
Explain partitioned view?
what is the difference between openrowset and openquery?
What different steps will a sql server developer take to secure sql server?
How to create a simple user defined function in ms sql server?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
What are the features of Embedded SQL
What is read committed?
What are points to remember while using the fillfactor argument?
What is the difference between composite index and covering index?
What are the dmvs? : sql server database administration