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 / aswini

select * from <table_name> where salary in(select max
(salary) from <table_name>);

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you merge two tables in oracle?

567


How to count duplicated values in a column in oracle?

554


What is the difference between postgresql and oracle?

505


What are the attributes that are found in a cursor?

650


How do we get field details of a table?

549






What would you do with an in-doubt distributed transaction?

1468


How to use like conditions in oracle?

568


does the query needs a hint to access a materialized view?

1468


How to get a create statement for an existing table?

572


What is catalog in Oracle?

649


Explain the use of inctype option in exp command.

594


1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE

1587


What is the difference between translate and replace in oracle?

654


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

590


Explain the use of grant option in exp command.

586