What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / abhishek6555
The answer will be no rows selected as null = null will be
false condition and the where condition will become false.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
how to fetch alternate records from a table? : Sql dba
what is a constraint? Tell me about its various levels. : Sql dba
what are null values? : Sql dba
Why is %isopen always false for an implicit cursor?
What is a recursive join sql?
what is not null constraint? : Sql dba
What are secondary keys?
What is int identity in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
What is a sql statement?
what does the t-sql command ident_current does? : Transact sql
Explain alias in sql?
Why use stored procedures?
What is group by in sql?
What is bind reference and how can it be created?