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 case function?
What are the datatypes available in pl/sql ?
Can we insert in sql function?
Can we edit a view in sql?
What is an index in sql with example?
How do I remove all records from a table?
How can I speed up sql query?
What is faster join or subquery?
What is the difference between delete, truncate and drop command?
Is sql developer case sensitive?
write an sql query to find names of employee start with 'a'? : Sql dba
Why is normalization important?
Define overloaded procedure?
How to run sql*plus commands in sql developer?
What is a null value?