find out the third highest salary?
Answer Posted / esha gautam
SELECT SAL FROM EMP E WHERE &N-1 =(SELECT COUNT(*) FROM EMP
WHERE E.SAL<SAL);
HERE N FOR NTH SALARY!!!!!!!!!!!!!!!!!!!!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does facebook use oracle?
What is oracle and what are its different editions?
What is a table index?
What is the best way to do multi-row insert in oracle?
How to define an external table with a text file?
What is proxy method?
What is recovery manager in Oracle?
How to check your oracle database 10g xe installation?
What are the various oracle database objects?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to do paging with oracle?
Does oracle database need java?
How to drop a stored function?
How to create additional tablespaces for an new database?
When do you get a .pll extension in oracle? Explain its importance