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 / rajeev kumar
select max(salary) from <TN> where salary not in(select max
(salary) from <TN>)
salary->field name
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What do you understand by a database object? Can you list a few of them?
What is MTTR advisor in Oracle?
How to add another datafile to a tablespace?
How do you bind variables in oracle?
How to define default values for formal parameters?
How to use null as conditions in oracle?
What is the database name in oracle?
What is a system tablespace?
What to do if the binary spfile is wrong for the default instance?
How to Truncate Table in Oracle
Explain the use of control file?
what is the scripts in data base?
What happens if the imported table already exists?
How to delete multiple rows from a table in oracle?
What is set verify off in oracle?