Primary keys control the contents of a single table. If you define a primary key for a table, you will not be able to add rows that duplicate that key. For example, if you create a table to hold parts and define PartNum to be the primary key. You will not be able to add a second row with a PartNum that duplicates an existing row.