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
What is the basic form of sql query?
Explain the difference between 'between' & 'and' operators in sql
What is recursive join in sql?
What is use of term?
How to get unique records from a table?
Does pdo prevent sql injection?
What is nvl?
What is the difference between sql and mysql?
What is database sql?
What company owns postgresql?
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
what does the t-sql command ident_incr does? : Transact sql
What is db journal file?
How can you view the errors encountered in a trigger?
What is the purpose of the sql select top clause?