Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / venkat
select max(sal) from emp where sal<(select max(sal) from
emp);
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is sql integrity?
Is sql developer case sensitive?
What is the purpose of a secondary key?
what are the t string functions available in tsql? : Transact sql
What are all different types of collation sensitivity?
What are the different types of joins in sql?
What is the execution plan in sql?
What is data type in database?
describe mysql connection using mysql binary. : Sql dba
Can we have two clustered index on a table?
What are the advantages of sql? Explain
Can a key be both primary and foreign?
What do you mean by stored procedures?
What is relationship? How many types of relationship are there?
What are the different types of dbms?