Daily Archives: February 20, 2016

Normalization Vs. Denormalization in Database

Normalized vs. Denormalized Normalization: Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table). Both of these are worthy… Read More »