find out the third highest salary?
Answer Posted / ram pravesh
select max(sal) from emp where sal<(select max(sal)from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to update a table row with a record?
Explain about functional dependency and its relation with table design?
How to turn on or off recycle bin for the session?
In which language oracle has been developed?
What are a cluster and non-cluster index?
State some uses of redo log files?
How to best split csv strings in oracle 9i?
What is ordinary table in oracle?
What is a view and how is it different from a table?
Why use resource manager in Oracle?
What is where clause in oracle?
Can we commit inside a function in oracle?
What is a cognitive schema?
How to use subqueries with the in operator using oracle?
What are a collation and state the different types of collation sensitivity?