5. Display full details for the creditor/s who has received
the single largest payment. Do not use a table join or set
operator anywhere in your query.
Answer Posted / ajit
select *
from ( select sal from emp order by sal desc)
where rownum <= 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I spool in oracle?
Give the different types of rollback segments.
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
How do I spool to a csv formatted file using sqlplus?
When do you get a .pll extension in oracle? Explain its importance
How to view the data files in the current database?
How to define an anonymous block?
How to drop an index?
What are transaction isolation levels supported by oracle?
Can group functions be mixed with non-group selection fields?
What is key preserved table?
How to use "for" statements in oracle?
How does oracle handle read consistency?
Is oracle a relational database?
How to view all columns in an existing table?