Multiple choice Which constraint is used to ensure that all the values in the column are different? NOT NULL constraint DEFAULT constraint PRIMARY key UNIQUE constraint FOREIGN key Reveal answer Fill a bubble to check yourself D Correct answer Explanation UNIQUE Constraint: Ensures that all values in a column are different.