Answer Posted / aryasen vaikom
SELECT DISTINCT (a.sal)
FROM EMP A
WHERE 5= ( SELECT COUNT (DISTINCT (b.sal))
FROM EMP B
WHERE a.sal<=b.sal )
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the best way to do multi-row insert in oracle?
What is Reduced List of Values?
How to filter out duplications in the returning rows using oracle?
How to select an oracle system id (sid)?
What is the sid in oracle?
What is a package in oracle?
What is procedure overloading in oracle?
How to initialize variables with default values?
how the indexes are stored in the Oracle Database?
What is a data dictionary and how can it be created?
How to convert characters to dates in oracle?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to turn on or off recycle bin for the instance?
How to create a stored program unit?
What is truncate oracle?