Answer Posted / subhani
some of above have used corelated subqueries but it is not
recommonded to use.
best way is
select * from emp where rownum<=5
minus
select * from emp where rownum<5;
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are character functions?
What is difference between procedure and trigger?
What is memory optimized table?
What is a record in pl/sql?
How do I run pl sql in sql developer?
Why do we use cursors?
How can you load multi line records? : aql loader
explain the difference between myisam static and myisam dynamic. : Sql dba
What does desc stand for?
What is the difference between jpql and sql?
Can one improve the performance of sql*loader? : aql loader
Explain how exception handling is done in advance pl/sql?
Can we write dml inside a function in sql server?
What are the different schemas objects that can be created using pl/sql?
What is difference between stored procedures and application procedures?