Answer Posted / amit bhagat
select min(a.sal) from (select distinct(d.sal) from emp
order by d.sal desc) a where rownum<=5
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is coalesce function?
How do I find my oracle client driver version?
Explain the use of full option in exp command.
What is a server parameter file in oracle?
How to work with data objects interactively?
What is oracle database 10g express edition?
What is connection pool in oracle?
How to select some rows from a table in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Describe the types of sub query?
Which are the five query types available in oracle?
Which environment variables are absolutely critical in order to run the OUI?
Explain what are the type of synonyms?
What is a sub query? Describe its types?
How do I uninstall oracle 11g?