Query to get max and second max in oracle in one query ?
Answer Posted / mehul
select max(sal) from emp where sal not in ( select max(sal)
from emp)
| Is This Answer Correct ? | 29 Yes | 12 No |
Post New Answer View All Answers
List the types of joins used in writing subqueries?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
How to grant create session privilege to a user in oracle?
Explain oracle data types with examples?
Explain implicit cursor.
Why use resource manager in Oracle?
How to synchronize 2 schema's objects?
Is there a combination of "like" and "in" in sql?
Explain integrity constraint?
Explain the use of constraints option in exp command.
How to use like conditions in oracle?
Explain about the analyze command in oracle?
How to view the data files in the current database?
What are the differences between blob and clob in oracle?
Why cursor variables are easier to use than cursors?