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

How can I delete duplicate rows?

735


How do I view an execution plan in sql?

710


Is sql microsoft?

708


What is difference between sql and excel?

692


What is sharding in sql?

734






Is sql workbench free?

708


how can we know the number of days between two given dates using mysql? : Sql dba

742


What is a data definition language?

789


what is innodb? : Sql dba

760


How do you run a query?

764


What is asqueryable?

710


Why truncate is faster than delete?

785


what is recursive stored procedure? : Sql dba

711


What is the difference between a primary key and a clustered index?

695


Can %notfound return null after a fetch?

754