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 / rajeev kumar
select max(salary) from <TN> where salary not in(select max
(salary) from <TN>)
salary->field name
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is a proxy object?
What is hash cluster in oracle?
How to create a testing table in oracle?
How many types of segments in Oracle?
What is oracle rownum?
How to use "out" parameter properly?
What are the four Oracle system processes that must always be up and running for the database to be useable?
How to load data from external tables to regular tables?
How to return top 5 rows in oracle?
What is oracle and what are its different editions?
What is the relation of a user account and a schema in oracle?
How to lock and unlock a user account in oracle?
How to use like conditions in oracle?
Does oracle partitioning improve performance?
What happens to indexes if you drop a table?