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
How to create an initialization parameter file?
What is the difference between postgresql and oracle?
What is rowid and rownum in oracle?
Can a formula column referred to columns in higher group ?
What is catalog in Oracle?
Which environment variables are absolutely critical in order to run the OUI?
What are the four Oracle system processes that must always be up and running for the database to be useable?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
What are the different types of synonyms?
Is postgres faster than oracle?
How to upsert (update or insert into a table)?
What is bulk collect in oracle?
How do you store pictures in a database?
How to get a list of all user accounts in the database?
Hi Can any one tell me what are the API's used in requisition import.