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
is it possible to pass an object or table to a procedure as an argument?
What is an inner join sql?
What is anonymous block in sql?
What is the difference between the implicit and explicit cursors?
How many sectors are in a partition?
What are sql queries used for?
List out the acid properties and explain?
What is trigger price?
What is string join?
Is sql a scripting language?
How do you take the union of two tables in sql?
what does the t-sql command ident_incr does? : Transact sql
Why indexing is needed?
What is optimistic concurrency control? : Transact sql
how to drop an existing index in mysql? : Sql dba