Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / jebitha
select max(sal) from emp where sal<>(select max(sal) from
emp);
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
How does stored procedure reduce network traffic?
What are pl sql data types?
Is subquery faster than join?
What is rowid in sql?
what is the difference between undefined value and null value? : Sql dba
What are the indexing methods?
Is it possible to create the following trigger: before or after update trigger for each row?
what are the authentication modes in sql server? How can it be changed? : Sql dba
what is uncommittable transactions? : Transact sql
Define join and name different types of joins?
Will truncate release space?
Is not equal in sql?
What are the ways on commenting in a pl/sql code?
How do I get sql certification?
What are the possible values for the boolean data field?