About this document
Database Normalization Explained by OlgaMontoya is a document available to read on EtoBox.
The document describes the process of normalizing data in a database from 1st normal form to 3rd normal form. 1st normal form involves separating repeating groups into distinct tables linked by primary keys. 2nd normal form removes redundant data by creating separate tables for attributes that apply to multiple records. 3rd normal form eliminates fields that do not depend on the primary key by placing them in separate tables. The document provides examples of denormalizing a student table to demonstrate the
- Author
- OlgaMontoya
- Language
- EN