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 to assign values to data fields in record variables?
What is the difference between count (*), count (expression), count (distinct expression)?
How to do clean up if create database failed?
What is private procedure oracle?
What is an oracle function?
What is Redo Log Buffer in Oracle?
What are the database administrators utilities available?
Explain temporal data types in oracle
What are the benefits of ordbms?
How to use subqueries with the exists operator in oracle?
What is the fastest query method to fetch data from the table?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is the difference between formal parameters and actual parameters?
what are actual and formal parameters?
What is the difference between a hot backup and a cold backup in oracle?