Can we have more than one NULL in a column having unique
constraint?
Answer Posted / maneesh
Yes there can be any number of NULLs.
Remember NULL <> NULL.
So uniqueness will still be there.
Just try it out.
Maneesh
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How you can change a cross join into an inner join?
Can multiple columns be used in sql group by clause in ms sql server?
What are indexers?
What stored by the master? : sql server database administration
What is the difference between Triggers and Stored Procedure?
When you should use a low fill factor?
What are the difficulties faced in cube development? : sql server analysis services, ssas
Explain what stored procedure sp_replcounters is used for? : sql server replication
How to integrate the ssrs reports in application?
Which sql server table is used to hold the stored procedure script?
what kind of lan types do you know? : Sql server database administration
how many bits ip address consist of? : Sql server database administration
Tell me what is difference between clustered and non clustered index?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
What are scalar functions?