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
What does desc stand for?
What are triggers in sql?
What is structural independence and why is it important?
What is sharding in sql?
Can there be 2 primary keys in a table?
Is t sql a programming language?
Which is faster union or join?
How is sql used in oracle?
explain access control lists. : Sql dba
What will you get by the cursor attribute sql%found?
What is a trigger in sql?
What is sql character function?
How sql query is executed?
What is query syntax?
What is recursive join in sql?