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 / srikanth
select *from <TN>
where sal=(select max(sal) from <TN>);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum number of triggers that can be applied to a single table?
Explain the use of rows option in imp command.
Explain a segment?
What is the difference between I and G in Oracle?
What is a proxy class?
What are the different oracle database objects?
What happens if variable names collide with table/column names?
What is primefaces used for?
How many file formats are supported to export data?
what are the default admin accounts in Oracle 10g ?
How do I limit the number of oracle database connections generated by weblogic server?
What is the difference between count (*), count (expression), count (distinct expression)?
How to download oracle database 10g xe?
How to pass parameters to procedures?
What is the difference between substr and instr?