Computer Science
A primary key can store empty values in it.
Relational Database
1 Like
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
1 Like