What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / zia
Syntax is correct, but result will show only column heading without data as 'HIGH'.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the types of keys?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
how many triggers are allowed in mysql table? : Sql dba
What are character functions in sql?
Can a view be mutating? If yes, then how?
What is the purpose of the partition table?
Why do we need unique key in a table?
Is subquery faster than join?
What is oracle pl sql developer?
What does where 1/2 mean in sql?
What is a memo field?
how to check server status with 'mysqladmin'? : Sql dba
Is pl sql still used?
what is online transaction processing (oltp)? : Sql dba