Multiple choice technology databases

What is a PK

  1. UK + Not null

  2. UK

  3. UK + null

  4. UKKKK

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A Primary Key (PK) is a column (or set of columns) that uniquely identifies each row in a table and cannot contain NULL values. This combines uniqueness (like a Unique Key) with the NOT NULL constraint, making it UK + Not null.