Browsing articles tagged with " Normalization"
Mar
15
2012

What is Database Normalization?

Database Normalization

In terms of relational database design, database normalization is the process in which a database structure is free from any uncertainties like UPDATE, INSERTION and DELETION incidences.  When this happens, the integrity of the data is at stake.  That’s why, normalization was conceptualized. To be able to normalize a certain database, it should be designed in the third normal form.  In the third normal form, all data will be secured, and only certain areas of the table are subjected to any change.  Generally, a standard [...]

Advertisements