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
Explain the different normalization forms?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Explain the use of grant option in imp command.
Explain enable novalidate constraint.
What is a select query statement in oracle?
What are privileges and grants?
What happens if you lost a data file?
How to use an explicit cursor without open statements?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
How to insert a new row into a table in oracle?
How to set up autotrace for a user account?
How a database is related to tablespaces?
What is the simplest tool to run commands on oracle servers?
What is ADDM Advisor in Oracle?
How to define a variable to match a table column data type?