Keys
Controlled redundancy (shared common attributes) makes the relational database work.
The primary key of one table appears again as the link (foreign key) in another table.
If the foreign key contains either matching values or nulls, the table(s) that make use of such a foreign key are said to exhibit referential integrity.