find out the third highest salary?

Answer Posted / tejeswara rao potnuru

Find Out The Nth Highest Salary


SELECT MAX(SAL),LEVEL FROM EMP
WHERE LEVEL=&LEVELNO
CONNECT BY PRIOR SAL>SAL
GROUP BY LEVEL;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of compress option in exp command.

552


How to invoke the original export import utilities?

507


What is data type in oracle?

566


What are the oracle differences between nvl and coalesce

518


What privilege is needed for a user to create views in oracle?

592






How to define a specific record type?

624


What is connection pooling in oracle?

552


How to view the data files in the current database?

595


what is the difference between restoring and recovering?

558


If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...

1737


How to check the oracle tns settings?

575


How to execute the package in oracle?

572


How to create a new table in oracle?

592


hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.

1758


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