Q. A PRIMARY KEY constraint ensures that:

A
The column can contain duplicate values but not NULL values
B
The column cannot contain NULL values
C
The column uniquely identifies each record in a table and cannot contain NULL values
D
The column can only contain numeric data
Solution:

A PRIMARY KEY is a combination of a UNIQUE constraint and a NOT NULL constraint. It ensures every row has a unique identifier.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!