find out the third highest salary?
Answer Posted / santhoshkumar
select name,salary from emp where salary=(select min(sal)
from (select distinct TOP 3(salary) from emp order by
salary desc;
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Difference between open_form and call_form in oracle.
How many categories of data types?
What is the fastest query method to fetch data from the table?
How to create a stored function in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to start an oracle instance?
Can I create users through internet explorer in oracle 10g?
various types of hints and their usage
Explain constraining triggers.
What is literal?
How can we find out the current date and time in oracle?
Is insert autocommit in oracle?
What are the differences between lov and list item?
Explain the types of exception?
How to check database size in Oracle?