find out the third highest salary?
Answer Posted / sanjeev kumar p
select * from emp e1 where (3-1) = (select count(distinct
(e2.sal)) from emp e2 where e2.sal>e1.sal)
| Is This Answer Correct ? | 99 Yes | 51 No |
Post New Answer View All Answers
How to create a table interactively?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What is an oracle database table?
Explain overloading. Can functions be overloaded?
What is a procedure in oracle?
What is ADDM Advisor in Oracle?
Explain the types of exception?
Explain an extent?
How to rename a tablespace in oracle?
1) Does oracle have any table which contain all the exceptions and it's code internally?
Explain table?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Explain the use of log option in exp command.
How do I limit the number of oracle database connections generated by weblogic server?
what happened to the global index when I truncate the data in one of the partition?