Can we use more than one null value for unique key?

Answers were Sorted based on User's Feedback



Can we use more than one null value for unique key?..

Answer / pavani

No, we can't use more than one null value for unique key.
Unique means it doesn't accept duplicate values.

Is This Answer Correct ?    41 Yes 67 No

Post New Answer

More SQL PLSQL Interview Questions

What are the different types of functions in sql?

0 Answers  


consider a table which contain 4 columns,ename,eno,sal and deptno, from this table i want to know ename who having maximum salary in deptno 10 and 20.

24 Answers   Mind Tree,


What is pls integer?

0 Answers  


I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?

1 Answers  


What are Lexical Parameters.How They are used in Reports 6i

2 Answers   eicc,


What are the two types of periodical indexes?

0 Answers  


How can I make sql query run faster?

0 Answers  


Why self join is used in sql?

0 Answers  


What is difference between Procedures and Functions ?

6 Answers   Hi Caliber IT,


What is the difference between cross join and natural join?

0 Answers  


Which sql statement is used to return only different values?

0 Answers  


i have table T!. A B C D NULL 1 2 3 4 NULL 5 6 7 8 NULL 9 10 11 12 NULL. I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.

14 Answers   iGate, Wipro,


Categories