how to get the second max val for every group in a table
Answer Posted / indu
select max(sal) from salary where sal NOT IN (select max(sal) from salary)
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
What happens in oracle commit?
How to start your 10g xe server from command line?
How do I find the database name in oracle?
What to do if dba lost the system password?
what is the dual table in oracle?
What is the usage of save points in oracle database?
How to lock and unlock a user account in oracle?
How to insert multiple rows with one insert statement in oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What is a proxy object?
What is a select query statement in oracle?
How to define an anonymous procedure without variables?
What is a partition in oracle?
Can we commit inside a function in oracle?
How to turn on or off recycle bin for the session?