Answer Posted / guest
ANS:
select max(salary) from Employees
where salary not in
(select max(salary) from Employees )
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
how to do daily transactions with out sql* loader control file regesterd in apps?
what is port in oracle? how is it related to database application.
How to view the tablespaces in the current database?
What are the advantages of oracle 12c?
What is a tns service name?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How do we create privileges in oracle?
What privilege is needed for a user to query tables in another schema?
What does sharding mean?
How much memory your 10g xe server is using?
what is dynamic SGA and static SGA
What to do if dba lost the system password?
What are the different oracle database objects?
How to invoke the original export import utilities?
Can group functions be used in the order by clause in oracle?