Can we have more than one NULL in a column having unique
constraint?
Answer Posted / atikullah
No, I think unique constraint contain no duplicate value in
a column. There are only contains unique value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is mapping schema?
write an SQL query to list the employees who joined in the month of January?
What is ms sql server service broker?
What is implicit cursors?
How you can change the database name in SQL SERVER?
Which are the new data types introduced in sql server 2008?
What do you understand by SQL*Net?
Do you know what are the steps to process a single select statement?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
what is isolation level at dead lock?
what happens on checkpoint? : Sql server database administration
How to connect of datebase with sql express.?
What is “asynchronous” communication in sql server service broker?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?