find out the third highest salary?
Answer Posted / lakshmi
select sal from emp
where sal = (max(sal) from emp
where sal < (max(sal) from emp
where sal < (max(sal) from emp)));
| Is This Answer Correct ? | 94 Yes | 135 No |
Post New Answer View All Answers
What are the differences between char and varchar2 in oracle?
Is java required for oracle client?
Explain what are clusters?
What is the difference between sharding and replication?
Which is faster join or subquery in oracle?
What is the use of oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Can we store pictures in the database and if so, how it can be done?
How do I call oracle stored procedures that take no parameters?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
How do you find current date and time in oracle?
How to count duplicated values in a column in oracle?
Explain a segment?
How to drop an existing table in oracle?
What is the usage of analyze command in oracle?