find out the third highest salary?

Answer Posted / paridhi

select top 1 salary from
(select top 1 salary from employee order by
salary desc) a
order by salary

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

1469


Where are the settings stored for each instance in oracle?

621


What is index in Oracle?

589


How can I see all tables in oracle?

540


How to convert character types to numeric types?

574






Which are the five query types available in oracle?

528


Differentiate between pre-select and pre-query?

616


How much memory your 10g xe server is using?

579


How to define an external table with a text file?

579


How to specify default values in insert statement using oracle?

558


What's dateware house and what's clustor with practicle example

1637


What is literal?

589


Can you tell me how to add new column in existing views?how?How is possible?

931


How to write numeric literals in oracle?

610


Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1479