how to find the second highest salary from emp table?
Answer Posted / sabari
select max(salary ) from emp where salary<(select max
(salary)from emp )
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is it possible for a table to have more than one foreign key?
What are the different type of joins in sql?
is it possible to pass an object or table to a procedure as an argument?
How to return multiple rows from the stored procedure?
Enlist the data types that can be used in pl/sql?
How can we debug in PL/SQL?
How do you create an update query?
what is sql profiler? : Sql dba
How do I turn a list into a table?
What is a system versioned table?
Why are cursors used?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is the purpose of design view?
How bulk collect improves performance?
What is input buffer in sql*plus?