find out the third highest salary?

Answer Posted / mamta

select rownum as maxsal,sal
from (select sal from emp order by sal desc)
where rownum <4

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we delete duplicate rows in a table?

567


Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.

1869


What's dateware house and what's clustor with practicle example

1641


how to handle exceptions in post production

950


Design database draw er diagram for a certain scenario ?

4105






What is the data type of dual table?

529


What are the original export and import utilities?

572


How to run queries on external tables?

571


What is truncate oracle?

533


What happens if variable names collide with table/column names?

584


What is different types of joins?

577


how to clone 9i Database on to 10g Database.

1828


Can you have more than one content canvas view attached with a window ?

1817


How to export your connection information to a file?

597


How to retrieve data from an explicit cursor?

559