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
How can I delete duplicate rows?
How do I view an execution plan in sql?
Is sql microsoft?
What is difference between sql and excel?
What is sharding in sql?
Is sql workbench free?
how can we know the number of days between two given dates using mysql? : Sql dba
What is a data definition language?
what is innodb? : Sql dba
How do you run a query?
What is asqueryable?
Why truncate is faster than delete?
what is recursive stored procedure? : Sql dba
What is the difference between a primary key and a clustered index?
Can %notfound return null after a fetch?