Can we have more than one NULL in a column having unique
constraint?
Answer Posted / drona
UNIQUE constraints can accept NULL just once.
I have a dought?
Every null is different?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a stored procedure is taking a table data type, how it looks?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
Can two tables share the same primary key?
What are the methods used to protect against sql injection attack?
What are ddl (data definition language) statements for tables in ms sql server?
 Explain what is sql override for a source taLle in a mapping?
What are the advantages of sql stored procedure?
What is sql server profiler?
What are the types of resultset?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
Which is faster statement or preparedstatement?
What is cdc in sql server?
Explain index in sql server?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?