find out the second highest salary?
Answer Posted / akash
select emp_id,sal from ( select emp_id,sal from emp where
sal < ( select max(sal) from emp) order by sal desc ) where
rownum < 2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to define an oracle sub procedure?
what is the difference between substr and instr function in oracle?
6. Display the client name and order date for all orders using the traditional method.
What do you understand by a database object?
What are the data types in oracle?
What do you mean by group by clause?
Is there a function to split a string in plsql?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is using clause and give example?
Why is oracle so popular?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is a cognitive schema?
How different is ms access and oracle?
Explain joins in oracle?
How to initialize variables with default values?