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 are the different types of stored procedures?
Explain some stored procedure creating best practices or guidelines?
Can binary strings be used in arithmetical operations?
What is normalization according to you and explain its different levels?
When would you use a before or after trigger?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
How to change parameter value inside the report?
Why I can not enter 0.001 second in date and time literals in ms sql server?
What is scrollable cursor?
Does sql server 2000 clustering support load balancing?
Explain transaction server consistency?
How to execute a sql statement using mssql_query()?
How to create new databases with "create database" statements?
What is sql collation?
between cast and convert which function would you prefer and why?