Can we have more than one NULL in a column having unique
constraint?
Answer Posted / kalu
No, because Unique constraint accepts only one null value.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How to declare and use cursor variables?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How to download and install microsoft .net framework version 2.0?
How to recompile stored procedure at run time?
Define ACID properties in a Database?
Does index speed up select statements?
How to filter records of table in SQL SERVER?
Which sql server table is used to hold the stored procedure scripts?
How to update a field in SQL after ALTERING a row?
How many replicas are maintained for each sql azure db?
Why do we use functions?
List some advantages and disadvantages of stored procedure?
How each E-R model constructs can be mapped to the relational model?
Give me a SQL Query to find out the second largest company?
Why should you use or avoid select * statements?