Can a unique index be created on a column, which contains null?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Tell me the use of keyword with encryption. Create a store procedure with encryption?

0 Answers  


What are user defined datatypes and when you should go for them?

1 Answers  


What is table value parameters (tvp)?

0 Answers  


How do you Implement SSIS Packages in your Project?

0 Answers  


How to use "if ... Else if ... Else ..." Statement structures in ms sql server?

0 Answers  






Explain isolation levels that sql server supports?

0 Answers  


There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?

1 Answers  


How to fetch the next row from a cursor with a "fetch" statement?

0 Answers  


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

0 Answers  


What are the new security features added in sql server 2012? : sql server security

0 Answers  


Do you know what is a linked server in sql server?

0 Answers  


Explain primary key, foreign key and unique key?

0 Answers  


Categories