Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / sushant hole
select max(salary) from employees where salary<(select max(salary) from
employees);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does sql store data?
What is triggering circuit?
What is a pdo connection?
What is a full join?
What is sql server and ase?
Define the select into statement.
what are the 'mysql' command line arguments? : Sql dba
What is the purpose of normalization?
Can unique keys be null?
What is difference between sql and mysql?
Is trigger a stored procedure?
Is oracle and sql same?
What is a data manipulation language?
What is the purpose of my sql?
Which sql statement is used to return only different values?