Multiple choice technology databases What is a PK UK + Not null UK UK + null 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.