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
What is the difference between union and union all command?
how to use regular expression in pattern match conditions? : Sql dba
what is 'mysqlimport'? : Sql dba
Which is the correct statement about truncate and delete?
What is identity column in sql server?
Cite the differences between execution of triggers and stored procedures?
What is the difference between left and left outer join?
What is sql exception?
Is natural join same as inner join?
Why do we go for stored procedures?
What is the syntax to add a record to a table?
Define union, minus, union all, intersect ?
What is the sql query to display the current date?
what is 'mysqlcheck'? : Sql dba
What do you understand by exception handling in pl/sql?