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
What is a initialization parameter file in oracle?
What is an oracle?
What are the differences between char and varchar2 in oracle?
What is an oracle function?
What happens if variable names collide with table/column names?
What are the general rules on data consistency?
what's query optimization and without use of IN AND Exist can we get another way data from query
What is a sub query? Describe its types?
What is an Oracle Instance?
How to drop a stored function?
Explain the use of constraints option in exp command.
How to count duplicated values in a column in oracle?
What is system global area (sga) in oracle?
How to delete multiple rows from a table in oracle?
What is recovery manager in Oracle?