How to Select second Maximum salary in a Table ?

Answers were Sorted based on User's Feedback



How to Select second Maximum salary in a Table ?..

Answer / 9896012055

select * salary from table < select max(salary) from table
order by salary;

Is This Answer Correct ?    0 Yes 4 No

How to Select second Maximum salary in a Table ?..

Answer / a.swarna devi

select max(sal)from table;

Is This Answer Correct ?    2 Yes 13 No

How to Select second Maximum salary in a Table ?..

Answer / havyas

select sal from table where rownum = 2 order by sal desc

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More Oracle General Interview Questions

what is candidate key & super key

1 Answers  


what is normalisation?what are its uses?

0 Answers  


How to start a new transaction in oracle?

0 Answers  


How to create a new view in oracle?

0 Answers  


When does a Transaction end ?

2 Answers  






Can we write dml statement in function in oracle?

0 Answers  


types of indexes and the rationale behind choosing a particular index for a situation.

0 Answers  


If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?

7 Answers   IBM,


What do you mean by merge in oracle and how can we merge two tables?

0 Answers  


Explain the use of rows option in exp command.

0 Answers  


Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

0 Answers   ESS,


What is oracle open database communication (odbc)?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)