Skip to content
Primary Keys
Primary Keys are fields or groups of fields that uniquely identify a record within the table. They are defined when the table is defined. Attempting to insert or update a record that would have the same primary key as a record that already exists is a database error and will fail.