• Table T → column T_id.
  • Matches the primary key column name (in the referenced table).
  • E.g. Track.album_id
  • Surrogate: the foreign key album_id. Natural: track, (the track number on the album).