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

how can we store any pdf file in oracle

1645


What is a lookup table in oracle?

542


What are the advantages of oracle 12c?

557


Explain the use of indexes option in imp command.

566


How would you go about verifying the network name that the local_listener is currently using?

1609






What is meant by an index?

623


What do you mean by merge in oracle?

593


What is a nvl function? How can it be used?

562


Is a rollback possible to any savepoint?

556


What is the order of defining local variables and sub procedures/functions?

600


Explain self joins in oracle?

564


what are bitmap indexes? How does they work?

1719


Is oracle a programming language?

568


What are the various oracle database objects?

681


Please explain joins in oracle?

549