What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / shijo
The Answer will always be null, since you never can equate a
NULL to another NULL. if the query was "Select 'High' from
dual where null IS null;" The answer would have been "High"
| Is This Answer Correct ? | 61 Yes | 19 No |
Post New Answer View All Answers
What are all ddl commands?
What is write ahead logging in sql server?
Does truncate release storage space?
Does google use sql?
How do you update sql?
Can %notfound return null after a fetch?
Is it possible to create startup or shutdown trigger for on-schema?
what is the command used to fetch first 5 characters of the string? : Sql dba
Is sqlite good enough for production?
What is basic structure of pl sql?
What does subquery mean in sql?
How subquery works in sql?
What is a nested table in word?
What are the triggers associated with image items?
Why is there a need for sqlcode and sqlerrm variables?