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
What is sqlca in powerbuilder?
What is substitution variable in pl sql?
what are the differences between char and nchar? : Sql dba
Can we rollback after truncate?
Is subquery faster than join?
What is replication id?
What is the difference between local variables and global variables?
How insert into statements in sql?
What are different types of functions in sql?
Is inner join faster than left join?
What is foreign key sql?
Can we insert in sql function?
What is sap sql?
What are different types of queries in sql?
What is offset and limit in sql?