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 the types of views in sql?
Which language is used in sql?
What do you mean by “trigger” in sql?
How to get unique records from a table?
How can a pl sql block be executed?
What is %type in sql?
What is cross join sql?
Why we use cross join?
What is exit statement?
what is a stored procedure? : Sql dba
What is pl sql in oracle?
Is a table valued function object?
Can a table have no primary key?
What is clustered index in sql?
What is scope and visibility in PL/SQL?