What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / kart
since the query is syntaxically correct
the output will be
no rows selected;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between delete and truncate statement in sql?
How to call shell script from pl sql procedure?
how to convert dates to character strings? : Sql dba
What is difference between group by and partition by?
How do I find sql profiler?
What is sql exception?
What is sqlerrm?
Which tcp/ip port does sql server run?
How do I view output in sql developer?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
How does postgresql compare to "nosql"?
What is indexes?
What is procedure explain with example?
What is rtm stands for?
What is the sql case statement?