A) What constraint should be applied on a table column so that duplicate values are not allowed in that column, but NULL is allowed.
OR
B) What constraint should be applied on a table column so that NULL is not allowed in that column, but duplicate values are allowed.