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
Is there a combination of "like" and "in" in sql?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What are the different pseudo commands? Explain in general?
How to get execution path reports on query statements?
How do I manually uninstall oracle client?
How many categories of data types in oracle?
What is the scope of a local variable?
How to create tables for odbc connection testing?
types of indexes and the rationale behind choosing a particular index for a situation.
How to shutdown your 10g xe server from command line?
Name the various constraints used in oracle?
Differentiate between function and procedure in oracle.
What is a system tablespace?
Can we store images in oracle database?
11. Display the client number and name and the client number and name of the person who referred that client.