Can there be multiple null values in column which have unique constraint set?
Sigiloso
No.But there are multiple workarounds, one of it is as follow CREATE UNIQUE INDEX indexName ON tableName(columns) INCLUDE includeColumns WHERE columnName IS NOT NULL