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


Please Help Members By Posting Answers For Below Questions

What are the advantages of stored procedure?

721


what is the command used to fetch first 5 characters of the string? : Sql dba

1365


what is a control file ? : Sql dba

759


Explain the working of foreign key?

721


what is the syntax used for partition in tsql? : Transact sql

727






What are joins in sql?

718


what is the difference between a web-garden and a web-farm? : Sql dba

752


How to get help at the sql prompt?

829


Explain what is a column in a table?

762


Are sql database names case sensitive?

685


what are the different functions in sorting an array? : Sql dba

762


What is difference between pls_integer and integer?

703


Do we need to rebuild index after truncate?

699


how to create a new table in mysql? : Sql dba

711


Is left join faster than inner join?

832