The Foreign Key
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
A foreign key is an attribute referencing a primary key in another relation — the mechanism by which separate tables link, and the relational model's answer to relationships.
Show
An orders table carrying each customer's identifier holds the thread back to the customer table.
Watch for
The reference is the relationship; nothing else stores it.