write a query to find the third maximum salary of a
employee.(table:employ col name:salary)

Answer Posted / neha_gupta

select e.ename,a.sal from (select sal, rownum rnum ,rowid
rid from (select * from emp order by sal desc)) a , emp e
where a.rid= e.rowid
and a.rnum = 3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of transactions in ar? : oracle accounts receivable

745


What is auto invoicing? : oracle accounts receivable

659


What Are Cross Validation & Adi?

689


PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE

1700


can we use lexical perameter in oracle plsql if yes how

1826






Where in the Oracle directory tree structure are audit traces placed?

2123


Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.

1846


what are the types of LIST REPORTS in cognos8BI? and what is the mean and use of METRIC STUDIO in Cognos 8.3BI?

1804


what is difference between inner join & nested query or subqueries

2482


HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..

1987


can u give guidance abt packages of plsql

1644


Explain the process of recievables in oracle financials. : oracle accounts receivable

656


Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable

726


WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGN UNIVERSES?

1646


i am working with OC 4.5 i have numbers in table in 10 row with some null values please tell me how to find total? Thanks

1768