What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / kart
since the query is syntaxically correct
the output will be
no rows selected;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
how to use 'mysql' to run sql statements? : Sql dba
what are set operators in sql? : Sql dba
Can we use loop in sql?
What are the two parts of design view?
What is rowid in sql?
Explain the significance of the & and && operators in pl sql.
what are integrity rules?
What are the basic sql commands?
What is sql*loader?
How many unique keys can a table have?
Explain clause in sql?
What is dialect in sql?
What are the popular database management systems in the it industry?
How do you remove duplicates without using distinct in sql?