What is PRIMARY KEY?

Technology CommunityCategory: SQLWhat is PRIMARY KEY?
VietMX Staff asked 3 years ago

PRIMARY KEY constraint is a unique identifier for a row within a database table. Every table should have a primary key constraint to uniquely identify each row and only one primary key constraint can be created for each table. The primary key constraints are used to enforce entity integrity.