what is the output of the the query: select 'Sql' from dual where null = null;
No rows will be displayed
Sql
It throws Error
None