Sobes.tech
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-NULL are checked for the entire set of columns.
What limitations exist for the Primary Key in a… - sobes.tech