docs:mysql:foreign_keys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:mysql:foreign_keys [2007/09/08 17:20] – created billhdocs:mysql:foreign_keys [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Foreign Keys ====== ====== Foreign Keys ======
 +  * http://dev.mysql.com/doc/refman/5.0/en/innodb-foreign-key-constraints.html
 +
 Foreign Keys provide a means to maintain "referential integrity."  Since primary keys are often stored in related tables instead of duplicating unnecessary data, we must make sure that the record referenced by a primary key exists. Foreign Keys provide a means to maintain "referential integrity."  Since primary keys are often stored in related tables instead of duplicating unnecessary data, we must make sure that the record referenced by a primary key exists.
  
  • docs/mysql/foreign_keys.1189293656.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)