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 is sql query optimization?
How can you save or place your msg in a table?
How to know the last executed procedure?
How to create a menu in sqlplus or pl/sql?
What is varchar sql?
How can we make an if statement within a select statement?
Which is faster view or stored procedure?
What is an invalid partition table?
Where not exists in sql?
What are tuples in sql?
What do you mean by “trigger” in sql?
Is sql an operating system?
What are the types of functions in sql?
What are different types of keys?
What is sql table?