What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / binita
No rows selected
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What are stored procedures used for?
What is a database? Explain
Write a query to find the names of users that begin with "um" in sql?
how to escape special characters in sql statements? : Sql dba
Explain what is sql?
What is mdf ldf and ndf?
Do foreign keys improve performance?
What are the indexing methods?
How many row comparison operators are used while working with a subquery?
What is a loop in sql?
What is union?
What is the purpose of primary key?
What is cost in sql execution plan?
what is table? : Sql dba
How to run sql statements through the web interface?