What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / prashant yadav
No row select
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to use distinct and count in sql query? Explain
Explain the types of joins in sql?
Can we group by two columns in sql?
What are all the different normalizations?
what is subquery? : Sql dba
What is cross join sql?
How to assign sql query results to pl sql variables?
What is sql procedures and functions?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Is like operator in sql case sensitive?
What are the ways on commenting in a pl/sql code?
What does desc stand for?
What are inbuilt functions in sql?
What are the sql aggregate functions?
how to show all tables with 'mysql'? : Sql dba