Junior
What limitations exist for the Primary Key in a database?
sobes.tech AI
Answer from AI
- Each primary key in a table must have unique values.
- The primary key value cannot be
NULL. - There can be only one primary key in a table.
- If the primary key consists of multiple columns, uniqueness and non-
NULLare checked for the entire set of columns.