Which of the following type of column constraints will allow the entry of unique and
not null values in the column?
a) Unique
b) Distinct
c) Primary Key
d) NULL
Answers
Answered by
2
Answer:
PRIMARY KEY CONSTRAINTS
will allow the entry of unique and not null values in the column
Similar questions