Answer Posted / xyz
select rownum, salary from (select salary from employees order by salary desc)
where romnum<=100
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What packages are available to pl/sql developers?
Is pl sql different from sql?
What is the difference between joins?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is trigger and how to use it in sql?
Can dml statements be used in pl/sql?
Are subqueries better than joins?
What operators deal with null?
What is a sql driver?
What are the different set operators available in sql?
How do I run a script in sql developer?
what is the use of friend function? : Sql dba
What is a table partition?
What are predefined functions in sql?
Can ddl statements be used in pl/sql?