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 is the process of debugging?
What does sign mean sql?
What is the current version of postgresql?
What is normalization in sql?
Which sql most popular?
Is subquery faster than join?
Is coalesce faster than isnull?
What is data definition language?
What are the benefits of pl/sql packages?
Write a query to find the names of users that begin with "um" in sql?
How is data stored in sql?
What is rowid in sql?
How to read xml file in oracle pl sql?
Why we use cross join?
What is schema in sql?