Can we have more than one NULL in a column having unique
constraint?
Answer Posted / sasikumar
It is possible in Oracle database (NULL <> NULL) but not
possible in SQL server.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to check if stored procedure is running in sql server?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
What the difference between UNION and UNIONALL?
How to list all stored procedures in the current database using ms sql server?
Can the query output be sorted by multiple columns in ms sql server?
What are data driven subscriptions?
What is the default schema of your login session in ms sql server?
What is schemabinding a view?
What is difference between getdate and sysdatetime in sql server 2008?
What is the native system stored procedure to execute a command against all databases?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
Explain the difference between cross join and full outer join?
Do you know what are the properties of the relational tables?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
Do you know what is difference between index seek vs. Index scan?