What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / rapaka srivani
the answer will be "no rows selected" because in question
we used a word called 'dual'. 'dual' is a default table in
SQL where it doesn't contain data. so the answer will
be 'no rows selected'.
| Is This Answer Correct ? | 20 Yes | 23 No |
Post New Answer View All Answers
What is the use of primary key?
What is prepared statement in sql?
Is merge a dml statement?
How is data stored on a disk?
Which query operators in sql is used for pattern matching?
what are the differences among rownum, rank and dense_rank? : Sql dba
What is embedded sql with example?
What is the difference between sql and mysql?
Explain alias in sql?
Who is the owner of mysql database?
What does sign mean sql?
How do you update sql?
What is the purpose of cursors in pl/sql?
Does mysql_real_escape_string prevent sql injection?
What is a table?