TeraTeam UK Teradata DBA Definition
Foreign Key:
A logical construct in database theory that identifies relationships
between tables. The foreign key must exist somewhere as a primary key value.
Unlike primary keys, foreign keys permit duplicate values, permit missing or
null values, and can be changed. Cf: primary key.



