好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Database normalization

Database normalization

Database normalization - Wikipedia, the free encyclopedia

Database normalization
From Wikipedia, the free encyclopedia

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.

查看更多关于Database normalization的详细内容...

  阅读:44次