Query to get max and second max in oracle in one query ?
Answer Posted / haddy
select ename,salary from (select distinct(salary) from
employee order by salary desc) where rownum<=2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a package in oracle?
What are a cluster and non-cluster index?
How to get the Installed Oracle Version Information ?
What is a server parameter file in oracle?
Can we protect our pl/sql source code?
How do I connect to oracle?
defination of bitmap index
What is an oracle user role?
What is data block in Oracle?
How different is ms access and oracle?
Explain implicit cursor.
List out the types of joins.
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What are the ways tablespaces can be managed and how do they differ?