Answer Posted / bharath
select e1.* from emp e1
where &n=
(select count(distinct(*))
from emp e2
where e2.sal>e1.sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please explain drop constraint oracle?
How to create a table in a specific tablespace?
What is flashback in Oracle?
How do I learn what codesets are available in oracle?
What is sequence?
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
What is an external table?
what is the difference between restoring and recovering?
Explain index?
How to update values on multiple rows in oracle?
How to assign values to data fields in record variables?
does the query needs a hint to access a materialized view?
How to use attributes of the implicit cursor in oracle?
How to retrieve data from an explicit cursor?
List the parts of a database trigger.