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 the scope of a local variable?
How to execute the package in oracle?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
How do I call oracle stored procedures that take no parameters?
Explain oracle’s system global area (sga).
How do I limit the number of oracle database connections generated by weblogic server?
How to calculate date and time differences in oracle?
How many categories of data types?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
What are dml statements in oracle?
How to create a new view in oracle?
What is an oracle tablespace?
Explain an integrity constrains?
What is the difference between I and G in Oracle?
What is blob data type in oracle?