find out the second highest salary?
Answer Posted / subash
select sal from emp e
where 2=(select count(distinct sal) from emp b where
b.sal>e.sal)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
master table and child table performances and comparisons in Oracle ?
What are the types of partitions in oracle?
What is using clause and give example?
What is an oracle tablespace?
What is a directory object?
Explain about the analyze command in oracle?
What are the benefits of ordbms?
Write a syntax for update query in oracle?
What is connection pooling in oracle?
How to use group functions in the select clause using oracle?
Explain view?
What are the set operators union, union all, minus & intersect meant to do?
How to create a stored function in oracle?
What privilege is needed for a user to query tables in another schema?
What is oracle join syntax?