Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / prem chhappesh
select max(salary) from emoplyee where salary not in(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use insert statement in function?
what is acid property in database? : Sql dba
How do I create a sql database?
What are tables and fields?
what is innodb? : Sql dba
What is count * in sql?
What type of database is sql?
How do I start pl sql?
What is difference between inner join and cross join?
Is natural join and inner join same?
What is database migration?
Explain the difference between 'between' & 'and' operators in sql
How many triggers can be applied on a table?
What are tables in sql?
What is index example?