What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / sri
two nulls are not equal
so the answer is no rows selected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pls_integer in pl sql?
What is compiled query?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Which software is used for pl sql programming?
How can I get the number of records affected by a stored procedure?
What is mutating sql table?
What is dml and ddl?
What is an index in sql with example?
What is the difference between subquery and correlated query?
Mention what does plv msg allows you to do?
How do I view a sql trace file?
What is a left inner join?
Explain how exception handling is done in advance pl/sql?
What is a table partition?
What type of database is sql?