What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / ashok
no rows selected
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does index help in query performance?
How do I install sql?
how to get help information from the server? : Sql dba
How do I send sql query results to excel?
What is fmtonly in sql?
How does join work in sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is raw datatype in sql?
Can we use distinct and group by together?
What will you get by the cursor attribute sql%notfound?
Why stored procedure is faster than query?
what is the stuff function and how does it differ from the replace function? : Sql dba
How to pronounce postgresql?
What are the different set operators available in sql?
How do you copy a table in sql?