Multiple choice Which constraint can be defined only at the column level? UNIQUE NOT NULL CHECK PRIMARY KEY FOREIGN KEY Reveal answer Fill a bubble to check yourself B Correct answer Explanation NOT NULL constraint restricts a column from having a NULL value. Once NOT NULL constraint is applied to a column, you cannot pass a null value to that column.