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

Answer Posted / amedela chandra sekhar

The correct answer is

SQL> Select 'High' from dual where null = null;

no rows selected





Chandu
chandumba2005@gmai.com

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic form of sql query?

677


Explain the difference between 'between' & 'and' operators in sql

718


What is recursive join in sql?

750


What is use of term?

788


How to get unique records from a table?

679






Does pdo prevent sql injection?

687


What is nvl?

786


What is the difference between sql and mysql?

755


What is database sql?

704


What company owns postgresql?

768


i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5

3592


what does the t-sql command ident_incr does? : Transact sql

803


What is db journal file?

673


How can you view the errors encountered in a trigger?

729


What is the purpose of the sql select top clause?

734