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
How do you get column names only for a table (sql server)?
Can you have more than one trigger on a table?
Is natural join same as inner join?
How we can update the view?
What is nested table in pl sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is a sql trace file?
Is there a way to automate sql execution from the command-line, batch job or shell script?
what is an extent ? : Sql dba
How do I view an execution plan in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What do you think about pl/sql?
What is the difference between clustered and non-clustered index in sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
How many developers work on postgresql?