IBM Exam Questions

Which two constraints are NOT automatically enforced via the database?

When doing a CREATE TABLE, constraints can be specified at the column level. Which two
constraints are NOT automatically enforced via the database? (Choose two.)

A.
“NULL

B.
“UNIQUE

C.
“NOT NULL

D.
“PRIMARY KEY

E.
“DEFAULT value

Explanation: