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 / er mahesh shiv gaur

SELECT MAX(SALARY) FROM (SELECT FIRST_NAME,SALARY,FROM EMP
ORDER BY SALARY DESC) WHERE ROWNUM<=1 GROUP BY
FIRST_NAME,SALARY;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to unlock the sample user account in oracle?

558


What is oracle in java?

524


How to create a single index for multiple columns?

561


What are the different types of synonyms?

596


Explain the use of rows option in imp command.

604






How to export your own schema?

572


What is ceil and floor in oracle?

577


Explain the use of log option in exp command.

533


Explain the use of inctype option in exp command.

594


What is parameterized cursor in oracle?

578


How to delete an existing row from a table in oracle?

643


How to check database size in Oracle?

640


How to define a variable to match a table column data type?

580


What is Undo Management Advisor in Oracle?

613


What is ADDM Advisor in Oracle?

662