Primary Key Constraints
Since a relation is defined as a set of tuples, and a primary key has to be unique accross all database entries, we can define a primary key as a set of attributes in which no two tuples share the same values for those attributes. It is important to know that any relation MUST have a key.