find out the third highest salary?
Answer Posted / prithvi
select Max(sal) from emp
This will give us 1highest sal
Select Max (sal) from where sal <(select Max(sal) from emp)
Select Max (sal) from where sal <(Select Max (sal) from
where sal <(select Max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you identify oracle database software release?
What is the difference between sharding and partitioning?
How to convert times to characters in oracle?
How do I connect to oracle database?
What is recovery manager in Oracle?
How to select all columns of all rows from a table in oracle?
What do you know about normalization? Explain in detail?
How to define a sub function?
Please explain oracle left join with an example?
What are the attributes of the cursor?
What is a dynamic performance view in oracle?
How to test null values?
How to count groups returned with the group by clause in oracle?
How to recover a dropped table in oracle?
How many data types are supported?