Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / srinivas
select max(salary) from Emp where salary<(select max(salary) from Emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sql a programming?
how to create a new table in mysql? : Sql dba
Does sql backup shrink transaction log?
Explain the commit statement.
Is there any restriction on the use of union in embedded sql?
Why do we need cursors in pl sql?
What is the difference between left join and right join?
how to include character strings in sql statements? : Sql dba
What is sql query optimization?
What are field types?
What are the different schemas objects that can be created using pl/sql?
Which nosql database is best?
Why functions are used in sql?
What is a sql profiler?
What is t sql used for?