find out the third highest salary?
Answer Posted / swaminathan
select *
from (select distinct sal from emp order by sal desc)
where rownum <= 3
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to recover a dropped table in oracle?
Please explain oracle data types with examples?
material view and view disadvantages?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is flashback in Oracle?
Explain an extent?
How to see the table columns used in an index?
What is java oracle used for?
What is background process in Oracle?
What are the different types of trigger and explain its various uses and functions?
What is a trace file and how is it created in oracle?
What is an index associated with a constraint?
How to sort output in descending order in oracle?
How to view the tablespaces in the current database?