find out the third highest salary?
Answer Posted / harikrishna ravipati
select max(sal) from emp where sal <
(select max(sal) from emp where sal <
(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to define and use table alias names in oracle?
What are the different types of failures that occur in Oracle database?
What are privileges and grants?
Explain the use of grant option in exp command.
How to find the duplicate rows count from employees table in oracle?
How to login to the server without an instance?
Explain oracle left join with an example?
What is meant by recursive hints in oracle?
How to update values in a table in oracle?
How to create lov dynamically at runtime & attach to text field?
how to make an oracle object
How to drop an existing view in oracle?
Explain table?
How to pass parameters to procedures?
How to define a variable of a specific record type?