Re: unique constraint and unique index > A unique index can have a nullable column (but null values are
not ignored and they are counted in determining uniqueness).
So, does it mean the rows in the same column only can have one NULL
value? or otherwise the violation rule will be fired? |