how to find the second highest salary from emp table?
Answer Posted / raja
first find third maximum
then it ll be very easy to find second maximum.. :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by stored procedures? How do we use it?
How is a PL/SQL code compiled?
How do I truncate a word?
what are string data types? : Sql dba
Explain autonomous transaction.
Is postgresql a server?
Is it possible to sort a column using a column alias?
what are the type of locks ? : Sql dba
Define the select into statement.
What is record data type?
What is sql scripting?
What is percent sign in sql?
How do you delete a table?
Why is the cursor important?
How to find 3rd highest salary of an employee from the employee table in sql?