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
Differentiate between a having clause and a where clause.
How do you manipulate data?
Can we write trigger for view?
Ms sql server index?
What are the different types of indexes?
What are character string data types in ms sql server?
What is 2nf example?
What are the key configuration files for sql server reporting services ?
What is meant by indexing?
What is normalization 1nf 2nf 3nf?
A trigger can reference objects outside the current database? State true or false.
Is truncate a dml command?
What is the difference between functions and scalar functions?
Can truncate be rolled back?
What is correlated subquery in sql server?