Tag: What is a primary key?
A primary key is a combination of fields that uniquely specify a row. This is a special kind of unique key, and it has an implicit NOT NULL constraint. It means Primary key values cannot be NULL.
A primary key is a combination of fields that uniquely specify a row. This is a special kind of unique key, and it has an implicit NOT NULL constraint. It means Primary key values cannot be NULL.