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
Why use “nolock” in sql server?
What is subquery? Explain the properties of a subquery?
Is it important for a database administrator to understand the operating system and file access?
What are various limitations of the views?
How to add an address record into adventureworkslt?
How to provide column names in insert statements in ms sql server?
What is it’s similarity with sql server?
Can we use max in where clause?
What is right outer join in sql server joins?
What are “lost updates”?
explain different types of joins? : Sql server database administration
How to turn off warning messages during php execution?
What is SQL Azure Federations?
Can a table be created inside a trigger?
Explain acid?