Answer Posted / katasani rajesh reddy
select salary from(select salary from
order by salary)
where rownum<=100
minus
select salary from(select salary from
order by salary)
where rownum<=99
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how to calculate the difference between two dates? : Sql dba
Why do we need cursors in pl sql?
Does truncate remove indexes?
How do I run sql profiler?
What is prepared statement in sql?
What is string join?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
how to create a test table in your mysql server? : Sql dba
Does oracle use sql?
What is parallel hint?
how to convert character strings to dates? : Sql dba
What is the advantage of nosql?
What is on delete restrict?
What is the difference between cluster and non-cluster index?
What is sql scripting?