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
What are the joins in sql server? : sql server database administration
How do I uninstall sql server 2014?
What is inner join in sql server joins?
What is a data source or ds? : sql server analysis services, ssas
What are the results of running this script?
What is the size of transaction log file?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
Explain the benefits of user-defined functions?
What is the rdl file?
Explain active/passive and active/active cluster configurations?
Explain the truncate command? : SQL Server Architecture
How to assign null values to variables or columns?
How can I create a new template for import ? : sql server management studio
Define compound operators?
You want to implement the one-to-one relationship while designing tables. How would you do it?