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
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What were the latest updates to SQL Azure service?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What are the advantages of using a stored procedure?
How does using a separate hard drive for several database objects improves performance right away?
How can a user-defined datatype be created?
How do I view a stored procedure in sql server?
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
Explain why variables called the most powerful component of ssis?
What command would you use to create an index?
What is 2nf example?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
What is history table in sql server?
What is 'Join' and explain its various types.
What is multi-statement table-value user-defined function?