find out the third highest salary?
Answer Posted / abhay
Select Top 1 sal from (select distinct top 3 sal from emp
order by sal desc)a order by sal
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a trigger and what are its types in oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
State the various uses of dbcc command?
How to rename an existing table?
 What are the oracle DML commands possible through an update strategy?
Can we create database in oracle using command line ?
What are the common oracle dba tasks?
What is a dynamic performance view in oracle?
How to define an anonymous block?
When system tablespace is created?
How to select some columns from a table in oracle?
What is background process in Oracle?
What is control file used for?
Where do we use decode and case statements?
What is the difference between sharding and replication?