What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / vijay repe
Query will give o/p as 'High' if condition u put as null is
null insteat of null = null.
It considers as false where condition same as 1=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is trigger types in sql?
What is the maximum number of columns in sql table?
how to install mysql? : Sql dba
How do I view stored procedures?
What is rank () in sql?
what is datawarehouse? : Sql dba
What are the benefits of pl/sql packages?
How to place comments in pl/sql?
how to fetch alternate records from a table? : Sql dba
Is time a data type in sql?
What is an emotional trigger?
What is set serveroutput on in pl sql?
Why do we use procedures in pl sql?
What problem one might face while writing log information to a data-base table in pl/sql?
define sql update statement ? : Sql dba