Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / nagarjuna.reddy
select max(sal) from emp where sal <> (select max(Sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find duplicates in a single column in sql?
Define implicit and explicit cursors.
What do you understand by pl/sql cursors?
how to drop an existing table in mysql? : Sql dba
What is rank function in sql?
What is package in pl sql with an examples?
What is the difference between joins?
How to avoid duplicate records in a query?
What is materialized view. What are different methods of refresh?
Can we use loop in sql?
Is the primary key an index?
Explain alias in sql?
What is substitution variable?
What does t sql mean?
What is update query?