Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / varun
select sal from emp where rownum=2 order by sal desc;
| Is This Answer Correct ? | 6 Yes | 19 No |
Post New Answer View All Answers
What is benefit of creating memory optimized table?
How will you distinguish a global variable with a local variable in pl/sql?
What are the possible values for the boolean data field?
What are all the different normalization?
What is the difference between numeric and autonumber?
Cite the differences between execution of triggers and stored procedures?
How do I start sql profiler?
Can we join tables without foreign key?
How do I view an execution plan in sql?
What is the difference between Union and Union all. Which is faster.
What is procedure and function?
what is a field in a database ? : Sql dba
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
How can use stored procedures in sql?
How many types of cursors supported in pl/sql?