Can we have more than one NULL in a column having unique
constraint?
Answer Posted / krishnaraj p n
UNIQUE constraints can accept NULL just once. If the
constraint is defined in a combination of fields, then
every field can accept NULL and can have some values on
them, as long as the combination values is unique.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you know concepts and capabilities of sql server?
what is raid? : Sql server database administration
Why truncate is ddl command?
What are translations and its use? : sql server analysis services, ssas
What does the on update no action do?
What is indexing and its types?
Can we return Data from 4(more than 1) tables in stored procedure?
How to declare and use cursor variables?
How do I start sql server?
What is sql server english query?
What is nolock?
Data table as parameter in sql server?
Explain the different types of backups available in sql server? : sql server database administration
What is the difference between having clause and where clause in sql server?
what is create database syntax? : Sql server database administration