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
What is a dead lock in oracle?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How to retrieve data from an cursor to a record?
What is meant by joins? List out the types of joins.
State the various uses of dbcc command?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to see the table columns used in an index?
Explain the use of parfile option in exp command.
What is the minimum client footprint required to connect c# to an oracle database?
State and explain the different types of data models?
Explain the use of grant option in imp command.
What is archive log in Oracle?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
How to set up autotrace for a user account?
How to get a list of all background sessions in the database?