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
Why packages are used in oracle?
What is an oracle transaction?
What is procedure overloading in oracle?
What's dateware house and what's clustor with practicle example
how to make an oracle object
How to use "in out" parameter properly?
What are the different types of modules in oracle forms?
How to create an oracle testing table?
How will you identify oracle database software release?
What privilege is needed for a user to create tables in oracle?
How to create a new table in your schema?
What is where clause in oracle?
How to best split csv strings in oracle 9i?
What is a tns file?
How to create a new oracle data file?