Computer Science

A primary key can store empty values in it.

Relational Database

3 Likes

Answer

False

Reason — A primary key is non-null, meaning a null value cannot be inserted into it because such values would violate the uniqueness constraint required by the primary key.

Answered By

3 Likes


Related Questions