What is Normalization ?
Normalization is a fine process of efficiently and systematic organizing data in a database.
There are two major goals of the normalization process –
Eliminating redundant data (example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table).
These 2 goals are very important as they reduce the amount of space which a database consumes and ensure that data storage is logical.
Get help with Database Concepts and Normalization at ExpertsMind.com
No comments:
Post a Comment