What is referential integrity?
Posted by silpa on Sep 17 2007
A rule defined on a column (or set of columns) in one table that allows the insert or update of a row only if the value for the column or set of columns (the dependent value) matches a value in a column of a related table (the referenced value).
examples PK and FK
Leave a Comment