How to Select second Maximum salary in a Table ?
Answer Posted / kuldeep singh
select max(sal) from emp where sal not in (select top2 sal from emp order by sal desc)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to convert character types to numeric types?
How to recover a dropped table in oracle?
How to define an oracle sub procedure?
What is set verify off in oracle?
How to create an oracle database manually?
Point the difference between translate and replace?
What is the difference between online and offline backups?
Is there a combination of "like" and "in" in sql?
What is different types of joins?
Explain about achiever in sql?
What is oracle server autotrace in oracle?
Is java required for oracle client?
does the query needs a hint to access a materialized view?
Explain oracle’s system global area (sga).
How to grant create session privilege to a user in oracle?