Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / jebitha
select max(sal) from emp where sal<>(select max(sal) from
emp);
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is input buffer in sql*plus?
What language is oracle sql developer?
Explain the rollback statement?
What does (*) mean in sql?
How does left join work in sql?
What is linq to sql?
Where not exists in sql?
What is exit statement?
How do I add a primary key to a table?
What is %type in sql?
Explain what is rdbms?
What is difference between sql function and stored procedure?
Can primary key be changed?
what is single byte over head in oracle..?
Can we create a trigger on view?