What will be the output for the below Query
Select 'High' from dual where null = null;

Answer Posted / abhishek6555

The answer will be no rows selected as null = null will be
false condition and the where condition will become false.

Is This Answer Correct ?    14 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you think about pl/sql?

522


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

658


Can we join more than 2 tables in sql?

483


what are string data types? : Sql dba

504


What is the difference between left outer join and left join?

503






Is sqlite good enough for production?

526


What is a dirty read sql?

471


What is difference between sql and oracle?

554


What is union and union all keyword in sql and what are their differences?

568


How to place comments in pl/sql?

598


What is sql partition function?

610


define sql update statement ? : Sql dba

561


How do I debug a stored procedure?

619


how to enter numeric values as hex numbers? : Sql dba

561


What are the disadvantages of not performing database normalization?

589