Brain Dump

Primary Key

Tags
soft-eng

Is a special [see page 5, column] in a relational database table used to uniquely identify that record.

In a situation where no suitable key can be found for a table, add a column that generates a unique key (such as GUID or just an incrementing number).

Links to this note