Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

find out the third highest salary?

Answer Posted / amit sutar

select min(salary)

from(select distinct(salary)
from employees
order by salary desc)

where rownum<=5;

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is oracle an open source?

1128


What is set verify off in oracle?

1160


How to define an external table with a text file?

1128


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

2176


How to pass a cursor variable to a procedure?

1160


Explain what are synonyms used for?

1096


How to convert times to characters in oracle?

1072


Please explain drop constraint oracle?

1160


What is a database schema in oracle?

1153


How can I see all tables in oracle?

1061


How to add a new column to an existing table in oracle?

1191


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

2505


What is oracle open database communication (odbc)?

1086


How to specify default values in insert statement using oracle?

1155


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

2341