What is database normalization?
Answer Posted / anirudh
Normalization is breaking the database into different
tables and defining a relationship between them.
Objective is to isolate the data so that additions and
deletions can be made in one table and propagated to other
tables through relationships.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is a synonym for manipulation?
What happens to a trigger with multiple affected rows?
What is a select query statement in ms sql server?
How self join is different from outer join?
How many databases instances are there in sql server 2000?
What is the exact numeric data type in sql?
What does the on update no action do?
Can we update data in a view?
What is sql server 2000 work load governor?
What is a file group?
what is the main function of a query parameter?
Tell me about pre-defined functions of sql?
What is open database communication (odbc)?
Explain about Views?
What is collation sensitivity?