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
What is data control language?
Why stored procedures are faster than query?
How do you clear the screen in sql?
What does the sign mean in sql?
How does sql*loader handles newline characters in a record? : aql loader
What is the difference between numeric and autonumber?
Does pl sql work in mysql?
What is string join?
What are the two types of exceptions in pl/sql?
Why use subqueries instead of joins?
explain advantages of myisam over innodb? : Sql dba
What is a left join?
Can we use rowid as primary key?
What is sql profiling in oracle?
can a stored procedure call itself or recursive stored procedure? : Sql dba