because oracle is a not a table just a printing statement.
sneh
May 16th, 2006
No rows selected because two nulls can't be equal.
Dhruv DBA
Jul 28th, 2006
No rows selected, its will not show an error because null is a reserved word and there is no need to put it in single quote.Like we always do incase of string or characters.
Select 'oracle' from dual where null = null;A. oracleB. nullC. error outD. no rows selected