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

what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?

1848


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1807


Design database draw er diagram for a certain scenario ?

4105


What is the use of file param in imp command?

646


How to define a variable of a specific record type?

614






What is the difference between post-database commit and post-form commit?

517


Explain the use of analyse option in exp command.

590


Explain oracle instance.

686


State and explain the different types of data models?

537


How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?

1807


Give the various exception types.

550


How to import one table back from a dump file?

597


How do I recompile a procedure in oracle?

527


How to pass a cursor variable to a procedure?

562


WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?

1705