Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / malli
select max(sal) from emp where sal<(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we join 3 tables in sql?
What do you understand by case manipulation functions?
define join and explain different type of joins? : Sql dba
What does the argument [or replace] do?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How to connect a sql*plus session to an oracle server?
What is trigger in flip flop?
When is a declare statement required?
What is memory optimized table?
Is t sql a programming language?
What is a dirty read sql?
What is PL/SQL Records?
What are sql triggers used for?
How subquery works in sql?
How does a trigger work?