PromptHub
Database 28 views

Foreign Key

Quick Definition

Field referencing primary key to establish table relationships

Full Definition

A field in one table that references the primary key of another table establishing a relationship between them.

Examples

referential integrity, JOIN operations, relational design

Related Terms

relational-database primary-key normalization

More Database Terms