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 composite primary key in sql?
What is the main reason behind using an index?
what is row? : Sql dba
What is recursive stored procedure?
what are aggregate and scalar functions? : Sql dba
What is the benefit of foreign key?
Do prepared statements prevent sql injection?
How many columns should be in an index?
What are records give examples?
Which join is default?
What is the difference between a database and a relational database?
How do I delete a trigger?
List the various privileges that a user can grant to another user?
Why do we need unique key in a table?
How do you update a sql procedure?