Which two statements are true about constraints? (Choose two.)
A.
The PRIMARY KEY and FOREIGN KEY constraints create a UNIQUE index.
B.
The NOT NULL constraint ensures that null values are not permitted for the column.
C.
A UNIQUE index gets created for columns with PRIMARY KEY and UNIQUE constraints.
D.
The UNIQUE constraint does not permit a null value for the column.