Can we have more than one NULL in a column having unique
constraint?
Answer Posted / p.prabhu
No we cant have More than One Null in a column which is
having Unique Key Constraint. Because Unique Key Constraint
means having a value only once in the column.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is sql language?
What is index, cluster index and nonclustered index?
What is the importance of concurrency control?
How to use the inserted and deleted pseudo tables?
Tell me what is a linked server?
What is outer join in sql server joins?
what's the information that can be stored inside a bit column? : Sql server database administration
List the different types of joins?
Is t sql the same as sql server?
What is “asynchronous” communication in sql server service broker?
How can you insert null values in a column while inserting the data?
What is transaction server implicit?
What is schemabinding a view?
What is the difference between resultset and resultsetmetadata?
What are the restrictions that views have to follow? : SQL Server Architecture