|< < 14 > >|

Primary key

Natural primary key

A natural primary key is a key that occurs in the data.

Examples:

  • SSNs are unique. Usable as a PK assuming every employee has one.

  • Guaranteed unique by Twitter.

  • NOT unique, so not a candidate key.

|< < 14 > >|