Foreign Key
noun
Definition
- 1.Column that references the primary key of another table to enforce referential integrity.
Example
A foreign key on customer_id prevents inserting an order for a non-existent customer.
noun
Definition
Example
A foreign key on customer_id prevents inserting an order for a non-existent customer.