find out the third highest salary?
Answer Posted / narendra
select max(company_id) from company where company_id <
(select max(company_id) from company where company_id <
(select max(company_id) from company))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the extensions used by oracle reports?
Difference between the “verify” and “feedback” command?
What is enter substitution variable in oracle?
What is an oracle tablespace?
Who developed oracle & when?
What are the system predefined user roles?
What to do if the binary spfile is wrong for the default instance?
What does sharding mean?
What is redo log?
What is the difference between hot backup and cold backup in oracle?
What is the quickest way to fetch the data from a table?
What is a snapshot in oracle database?
How to get execution statistics reports on query statements?
How to store pictures on to the database?
Explain oracle instance.