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 / aswini

select * from <table_name> where salary in(select max
(salary) from <table_name>);

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we commit inside a function in oracle?

556


What are the differences between blob and clob in oracle?

580


What is a table index?

559


what is the scenario where you take the database to NoArchivelog mode?

1832


What is oracle used for?

534






Is java required for oracle client?

547


What is an oracle database?

610


Why does Oracle not permit the use of PCTUSED with indexes?

1949


What to do if the startbd.bat failed to start the xe instance?

609


What is oracle analytical function?

524


How to connect the oracle server as sysdba?

628


What happens if the update subquery returns multiple rows?

606


What is an oracle user account?

575


What is an oracle?

575


What are the numeric comparison operations?

630