a query to select maxmun 3 salaries of employee table
Answer Posted / munna
select * from emp e where &n=(select count(distinct sal)
from emp ee where e.sal<=ee.sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I get column names from a table in oracle?
How to speed up webrick?
Explain do view contain data?
What is blob datatype?
What are the differences between lov and list item?
Can we connect to ORACLE db using Windows Authentication?
what is difference between sql plus and sql*plus? (not sql and sql plus).
What are the database administrators utilities available?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What are the uses of synonyms?
What is index-organized table in Oracle?
What is a table index?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What is oracle join syntax?
What are the system predefined user roles?