Tag: databases
Questions Related to databases
what is the output of the the query: select 'Sql' from dual where null = null;
What is the output of the the query: select 'Sql' from dual where null is null;
If emp table having 10 records what is the output of : select * from emp where rownum=8;