how to check the 3rd max salary from an employee table?

Answer Posted / kotesh

select level,max(salary) from employee
where level=3
connect by prior salary>salary
group by level;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?

735


What is rollback?

786


Does sql use python?

756


How long will it take to learn pl sql?

689


What is the plv (pl/vision) package offers?

795






What are inner outer left and right joins in sql?

733


How to return an array from java to pl/sql?

788


What are the syntax and use of the coalesce function?

773


What are the advantages of sql? Explain

850


How to display Row Number with Records in Oracle SQL Plus?

771


What is the maximum number of rows in sql table?

741


Compare sql & pl/sql

771


Can triggers stop a dml statement from executing on a table?

805


Is sqlite thread safe?

787


How do I run sql profiler?

764