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
Give the various exception types.
How to write a query with an inner join in oracle?
How to return top 5 rows in oracle?
How to list all user accounts in oracle?
Can we write insert statement in function in oracle?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
Which is faster join or subquery in oracle?
What is the implicit cursor in oracle?
What is flashback in Oracle?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Give the constructs of a package, function or a procedure.
What is pragma autonomous transaction in oracle?
How to upsert (update or insert into a table)?
Explain the use of full option in exp command.
Design database draw er diagram for a certain scenario ?