What will be the output for the below Query
Select 'High' from dual where null = null;

Answer Posted / kart

since the query is syntaxically correct
the output will be

no rows selected;

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is case function?

776


What are the datatypes available in pl/sql ?

791


Can we insert in sql function?

771


Can we edit a view in sql?

711


What is an index in sql with example?

708






How do I remove all records from a table?

761


How can I speed up sql query?

704


What is faster join or subquery?

707


What is the difference between delete, truncate and drop command?

745


Is sql developer case sensitive?

722


write an sql query to find names of employee start with 'a'? : Sql dba

773


Why is normalization important?

744


Define overloaded procedure?

803


How to run sql*plus commands in sql developer?

797


What is a null value?

842