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
How and why use sql server?
What is an index in a database?
What is the usage of sign function?
Explain cdc and sql injection?
What are sp_configure commands and set commands?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What is the difference in accessing db between sql server vs sql azure?
What is database architecture? : SQL Server Architecture
Can a table be moved to different filegroup?
what are the reporting service components in SSRS?
what is unique and xaml nonclustered index
Explain different backup plans?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
How to make a column nullable?
What is wrong with sql server client libarary dll, ntwdblib.dll?