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
How to assign values to variables?
How many data types are supported?
What is a oracle database?
Explain an index?
What is connection pool in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What would you do with an in-doubt distributed transaction?
What are the extensions used by oracle reports?
Can we write insert statement in function in oracle?
How to retrieve the count of updated rows?
How to call a stored function with parameters?
What are the numeric comparison operations?
Give the different types of rollback segments.
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to lock and unlock a user account in oracle?