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

Answer Posted / neha_gupta

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

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an Oracle database Full Backup?

632


key flexfield structure

1601


What is the sql query to find the employee who has Nth maximum salary?

4288


how can we add a field to the oracle standard forms through Form Persanlization or custom.pll

1912


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

1492






How do you create a credit note against an invoice? : oracle accounts receivable

647


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

6739


What is the mandatory setup in cyclecount ?

2188


What is auto invoicing? Explain : oracle accounts receivable

616


difference of using cursor for loop and open,fetch,close.which one is better

1252


Explain the payment term in ar. : oracle accounts receivable

617


What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.

3336


Explain the use of table functions.

1798


1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count

16363


can u pls share responsibilities for production how to environment in odi?and how to generate report ?

1909