Primary Key
P
Primary Key
Definition
A column or set of columns in a database table that uniquely identifies each row. Primary keys enforce entity integrity by ensuring that no two rows have the same key value and that the key value is never null. Common implementations use auto-incrementing integers or UUIDs.