find out the third highest salary?
Answer Posted / swaminathan
select *
from (select distinct sal from emp order by sal desc)
where rownum <= 3
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
How to set up autotrace for a user account?
Please explain drop constraint oracle?
How to do clean up if create database failed?
What are the ways tablespaces can be managed and how do they differ?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Explain constraining triggers.
What is save point in oracle database?
How to rename a column in an existing table?
What happens to the current transaction if the session is ended?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
What is the difference between 10g OEM and 11g OEM?
List the parts of a database trigger.
Describe the types of sub query?
Explain an exception and its types?
How to best split csv strings in oracle 9i?