InterviewSolution
Saved Bookmarks
| 1. |
Why is normalization needed in a database? |
|
Answer» The term "normalization" refers to the process of analyzing relation schemas BASED on their functional dependencies. Normalization is the TECHNIQUE of splitting up data into numerous TABLES to reduce redundancy. The advantages of normalization are:
|
|