find out the second highest salary?
Answer Posted / aravind
select * from empdetails where sal=(select max(sal) from
empdetails where sal<(select max(sal)from empdetails));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is blob datatype?
What is the difference between count (*), count (expression), count (distinct expression)?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
How to convert raw data type into text in oracle? Explain
How to sort the query output in oracle?
How to omit columns with default values in insert statement in oracle?
How to apply filtering criteria at group level in oracle?
What is difference between cartesian join and cross join?
what is the scenario where you take the database to NoArchivelog mode?
Explain the use of indexes option in exp command.
How can we force the database to use the user specified rollback segment?
How would you begin to troubleshoot an ORA-3113 error?
6. Display the client name and order date for all orders using the traditional method.
11. Display the client number and name and the client number and name of the person who referred that client.
what are actual and formal parameters?