Can the unique key be null?



Can the unique key be null?..

Answer / Mona

No, a unique key in a database cannot contain NULL values. If it is allowed to be null, then the uniqueness constraint would not hold, as two rows could potentially have a NULL value for that column.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


What is cas?

1 Answers  


How to execute a stored procedure.and how to call it form a asp page

2 Answers  


what is the jit? what is the type of jit and purpose of it>

2 Answers   Honeywell,


What is the use of ASP.NET routing?

1 Answers  


Do gac'ed assemblies have fulltrust?

1 Answers  


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1 Answers   eXensys,


Which .NET framework supports Web API?

1 Answers  


What is session handling in a webfarm, how it can work with its limits?

1 Answers   Siebel,


How to set/get parent page values in child page in asp.net

3 Answers   Wipro,


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1 Answers   CTS,


Categories