Thursday, July 29, 2010

Referential Integrity

Referential Integrity refers to two relational tables that are directly related. Referential Integrity between related tables is established if non-null values in the foreign key field of the child table are primary key values in the parent table.

No comments:

Post a Comment