find out the third highest salary?
Answer Posted / shashi kumar
Select * from emptable e1 where(N=(select
count(DISTINCT(e2.empsal))from emptable e2 where
e2.empsal>=e1.empsal))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I limit the number of oracle database connections generated by weblogic server?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
What happens if you set the sga too low in oracle?
Explain an extent?
What is oracle and what are its different editions?
What are the restrictions in a oracle read only transaction?
Name the various constraints used in oracle?
What is a nvl function? How can it be used?
Why do you create or replace procedures rather that drop and recreate.
What is a trace file and how is it created in oracle?
What do you mean by a deadlock?
what is the scenario where you take the database to NoArchivelog mode?
What do you understand by a database object? Can you list a few of them?
Difference between inner join vs where ?