find out the second highest salary?
Answer Posted / naveen
selec * from emp e1 (n-1)=(select count(distinct(sal) from
emp e2 where e1.sal<=e2.sal))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What language does oracle use?
What is oracle open database communication (odbc)?
WHAT IS ecc 6.0
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
How to Truncate Table in Oracle
What is flashback in Oracle?
How to pass a parameter to a cursor in oracle?
What are data pump export and import modes?
How to convert a string to a date in oracle database?
Can we store images in oracle database?
What is java oracle used for?
How to retrieve values from data fields in record variables?
Is oracle a language?
How to generate query output in html format?
What is Trigger in Oracle?