find out the third highest salary?
Answer Posted / madhu
To find nth salary:
SELECT SUBSCRIBER_no
FROM (SELECT SUBSCRIBER_NO, ROWNUM R
FROM (SELECT DISTINCT SUBSCRIBER_NO
FROM SUBSCRIBER
ORDER BY SUBSCRIBER_NO DESC))
WHERE R = &R
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to invoke the data pump import utility?
What is a cursor and what are the steps need to be taken?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is the implicit cursor in oracle?
What is index in Oracle?
What is an oracle user account?
How do we represent comments in oracle?
How to start an oracle instance?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
Is postgres faster than oracle?
How to add another datafile to a tablespace?
What is BBED in Oracle?
What happens if you set the sga too low in oracle?
Will you be able to store pictures in the database?explain.