Database normalization

Database normalization

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5109-5307-7

High Quality Content by WIKIPEDIA articles! In the design of a relational database management system (RDBMS), the process of organizing data to minimize redundancy is called normalization. The goal of database normalization is to decompose relations with anomalies in order to produce smaller, well-structured relations. Normalization usually involves dividing large tables into smaller (and less redundant) tables and defining relationships between them. The objective is to isolate data so that additions, deletions, and modifications of a field can be made in just one table and then propagated through the rest of the database via the defined relationships.