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
What is meant by an index?
What is parameterized cursor in oracle?
What are the various oracle database objects?
What happens if you set the sga too low in oracle?
How can I get column names from a table in oracle?
How many anonymous blocks can be defined?
Whether any commands are used for months calculation? If so, what are they?
When system tablespace is created?
What is the difference between online and offline backups?
How to get last row id?
What are internal user account in oracle?
Are truncate and delete commands same? If so why?
how can we store any pdf file in oracle
How to check your oracle database 10g xe installation?
How to work with data objects interactively?