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
What is primary key sql?
What are the different types of tables in sql?
Is t sql a programming language?
explain what is mysql? : Sql dba
What is the default isolation level in sql server? : Transact sql
Is pl sql still used?
What are the usages of sql?
What is pl sql architecture?
How to add, remove, modify users using sql?
What is online transaction processing (oltp)?
What is date functions?
What is function and procedure?
Can a foreign key be null?
What is the difference between mdf and ndf files?
What is data control language (dcl)?