find out the second highest salary?
Answer Posted / sikindar
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to convert times to characters in oracle?
How to rename an existing table?
Why do you use stored procedures and state some of its disadvantages?
How can you merge two tables in oracle?
What is procedure overloading in oracle?
What is the simplest tool to run commands on oracle servers?
How to export your connection information to a file?
How many file formats are supported to export data?
How to create a new user account in oracle?
How to estimate disk space needed for an export job?
What is an oracle database?
How to install oracle database 10g xe?
What is a nested table?
Explain the types of exception?
Can the query output be sorted by multiple columns in oracle?