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

Select * From cust_data Where trxn_type = 'CR' And sal =
(Select max(sal) From cust_data) And Rownum = 1;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What privilege is needed for a user to delete rows from tables in another schema?

562


What is open database communication (odbc) in oracle?

544


What is index in Oracle?

586


What is max rowid in oracle?

551


How to invoke the data pump export utility?

556






What is the usage of save points in oracle database?

533


How to insert a record into a table?

636


What is a cognitive schema?

525


Explain the dml?

591


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

1643


What are set operators?

644


How to manage transaction isolation level?

559


How to download oracle database 10g xe?

597


What is difference between truncate and delete?

559


What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.

541