CertNova
Menu
<- Back to glossary

Foreign Key

noun

Definition

  1. 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.

Related Exams