Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / m
select max(sal) from emp where sal<(select max(sal) from
emp))
| Is This Answer Correct ? | 222 Yes | 39 No |
Post New Answer View All Answers
what is myisam? : Sql dba
What is the use of stored procedures?
What is materialized view. What are different methods of refresh?
What is the use of partition by in sql?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What are the three forms of normalization?
What is nosql example?
Explain the rollback statement?
Is sql a backend?
What is sql architecture?
Can a varchar be a primary key?
How can we debug in PL/SQL?
Is json a nosql?
Do we need commit after truncate?
How can we solve sql error: ora-00904: invalid identifier?