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

Answer Posted / shijo

The Answer will always be null, since you never can equate a
NULL to another NULL. if the query was "Select 'High' from
dual where null IS null;" The answer would have been "High"

Is This Answer Correct ?    61 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

561


What are character functions?

623


What is scalar and vector?

519


Explain what is rdbms?

578


What is offset and limit in sql?

543






What is sqlite format?

621


how to analyze tables with 'mysqlcheck'? : Sql dba

538


What is a unique constraint?

604


Can we create clustered index without primary key?

517


What are tables and fields?

578


What mean sql?

574


Are stored procedures compiled?

519


describe mysql connection using mysql binary. : Sql dba

540


What is the use of <> sql?

546


How is data stored in sql?

544