find out the third highest salary?
Answer Posted / shivaprasad
Hi Every one,this query will helps you to find 1st or 2nd or
3rd or and so on salary from the employee table.
change inside distinct top (3) for respective results
select distinct top 1 Salary from(select distinct top 3
Salary from Employee order by Salary DESC)temp order by
Salary;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the minimum client footprint required to connect c# to an oracle database?
What the is the diff between local index and global index. give some example.
Explain drop constraint oracle?
Difference between varchar and varchar2 data types?
How to add another datafile to a tablespace?
How to create a table in a specific tablespace?
How to create a temporary table in oracle?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
What is the difference between Delete, Truncate and Drop in Oracle?
List out the components of logical database structure of oracle database.
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What are the components of logical database structure in oracle database?
How many anonymous blocks can be defined?
When do I need to use a semicolon vs a slash in oracle sql?
What is an external table?