find out the second highest salary?
Answer Posted / anand
SELECT SALARY FROM (SELECT SALARY FROM emp WHERE ROWNUM < 3
ORDER
BY salary) WHERE ROWNUM < 2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
How to connect ms access to oracle servers?
Explain temporal data types in oracle
Can multiple columns be used in group by in oracle?
How does oracle handle read consistency?
What is varray?
What is a static data dictionary in oracle?
How to insert a record into a table?
How to shutdown your 10g xe server?
What is the disadvantage of User defind function?
What is concurrency in oracle?
What are the major difference between truncate and delete?
How to get a list of all user accounts in the database?
What is BBED in Oracle?
What happens if the update subquery returns multiple rows?