PRIMARY KEY Constraints

You can use PRIMARY KEY constraints to enforce entity integrity as well as referential integrity. A PRIMARY KEY constraint ensures that no duplicate values are entered, that NULL values are not allowed, and that an index is created to enhance performance.

    To create a PRIMARY KEY constraint

OR