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
How does pl sql work?
give the syntax of grant and revoke commands? : Sql dba
What is auto increment in sql?
Is pl sql a scripting language?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is partition by in sql?
List different type of expressions with the example.
what are the type of locks ? : Sql dba
Cite the differences between execution of triggers and stored procedures?
what is collation? : Sql dba
How to display the records between two range in Oracle SQL Plus?
What are different types of functions in sql?
What is foreign key and example?
What are the commands used in sql?
What is a .db file?