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


Please Help Members By Posting Answers For Below Questions

How to update a table row with a record?

597


What is set operator oracle?

526


What is the purpose of tables, private synonyms and public synonyms in Oracle?

587


what is the difference between restoring and recovering?

556


What are the differences between char and varchar2 in oracle?

563






What is a snapshot in oracle database?

567


What are the types of partitions in oracle?

537


What is index in Oracle?

586


How to start an oracle instance?

570


What do you mean by a tablespace?

560


What is a parameter file in oracle?

557


In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??

1203


How to check database size in Oracle?

635


How to manage transaction isolation level?

559


State the difference between a primary key and foreign key?

514