Answer Posted / arvind patil
select rownum,name,salary
from (select name,salary
from employee
order by salary desc )
where rownum=5;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between sap and oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
what is Single Byte Overhead...?
Can we convert a date to char in oracle and if so, what would be the syntax?
What are the components of logical database structure in oracle database?
What are temporal data types in oracle?
How do I manually uninstall oracle client?
Explain about the analyze command in oracle?
What is PL/SQL ?
Why packages are used in oracle?
What is a cursor variable?
How to use "out" parameter properly?
How many categories of data types?
How to get the Installed Oracle Version Information ?
What is coalesce function?