Answer Posted / manjeet
select max(sal) from emp where sal not in (select max(sal)
from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is SQL Tuning Advisor in Oracle?
How to drop an index?
Explain oracle 12c new features for developers?
What is the difference between formal parameters and actual parameters?
What are temporal data types in oracle?
What are the tools for Oracle ?
What are the predefined tablespaces in a database?
How do I manually uninstall oracle client?
How oracle handles dead locks?
Define oracle database
What is oracle analytical function?
What is an oracle tablespace?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to install oracle database 10g xe?
How to call a sub procedure?