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 auto increment in sql?
how to start mysql server? : Sql dba
What is Difference Between Unique and Primary Key Constraints?
Why schema is used in sql?
How many subqueries can be nested in a statement?
What is error ora-01000: maximum open cursors exceeded
How do you optimize a stored procedure in sql?
Is sql a backend?
What is trigger with example?
What are procedures used for?
Name the operator which is used in the query for pattern matching?
What are the uses of merge?
What is trigger point?
Can we use the cursor's to create the collection in PL/SQL?
What is loop in pl sql?