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 difference between getdate and sysdatetime in sql server 2008?
how many no of arguments can be passed in procedures and functions
How to download and install microsoft sql server management studio express?
Describe and explain about SQL native client?
What is change data capture (cdc) in sql server 2008?
What are the different types of subquery?
Why use view instead of a table?
How to convert numeric values to integers in ms sql server?
What is a select query statement in ms sql server?
Where are sql server user names and passwords stored in sql server?
When I delete any data from a table, does the sql server reduce the size of that table?
Can sql server 2016 run on windows 7?
How to get a list of all tables with "sys.tables" view in ms sql server?
Explain in brief about Microsoft SQL server?
What is the difference between set and select?