What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / vijay repe
Query will give o/p as 'High' if condition u put as null is
null insteat of null = null.
It considers as false where condition same as 1=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which types of join is used in sql widely? : Sql dba
What is a memo field?
What is cascade in sql?
Explain the difference between drop and truncate commands in sql?
How do you know if a relationship is 2nf?
Can we join 3 tables in sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What is auto increment feature in sql?
What is full form of rtm?
Which sql most popular?
What is native sql query?
How to run sql statements through the web interface?
Are dml statements autocommit?
When to use inner join and left join?
Why do we need a foreign key?