Anybody can tell me, how do we find second largest emp
salary from emp table.. Thanks in advance ...
Answer Posted / apsar
select sal from (select sal,count(sal) over order by salary desc c)temp where temp.c=&n;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does oracle partitioning improve performance?
What to do if the startbd.bat failed to start the xe instance?
Explain the characteristics of oracle dba?
What are the tools for Oracle ?
How to put more than 1000 values into an oracle in clause?
What are the oracle built-in data types?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
Explain coalesce function?
Explain the use of inctype option in exp command.
What privilege is needed for a user to create indexes in oracle?
what is insert all statement in sql
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is an anonymous block?
How can I combine multiple rows into a comma-delimited list in oracle?
What are data pump export and import modes?