find out the third highest salary?
Answer Posted / sudesh indore
select ( salary) as sal from employee ORDER by
salary DESC limit 2,1
------------
i hope that will help u thanx
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to invoke the data pump import utility?
What are the ways tablespaces can be managed and how do they differ?
What is oracle data type?
Can we call procedure inside function in oracle?
How to create a table index?
How can we create the complete backup of data in the oracle.
How to use "for" statements in oracle?
Why is oracle database so popular?
How to rollback the current transaction in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How do we get field detail of a table?
State and explain the different types of data models?
What is define in oracle?
How to speed up webrick?
Explain the use of analyse option in exp command.