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
How do I uninstall oracle 11g?
Can select statements be used on views in oracle?
What do you mean by merge in oracle and how can you merge two tables?
Explain the characteristics of oracle dba?
What is meant by a deadlock situation?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
Is there any function in oracle similar like group_concat of mysql?
what are the default admin accounts in Oracle 10g ?
How many types of tables are there in oracle?
What is a parameter file in oracle?
How can I create database in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What is oracle data type?
What are the execution control statements?
Explain the use of grant option in exp command.