Answer Posted / anandh
select * from emp where sal = (select max(sal) from emp where sal<>(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the use of rows option in exp command.
What are the extensions used by oracle reports?
How do I spool to a csv formatted file using sqlplus?
What is execute immediate in oracle?
In oracle there is column command, how will you explain that?
What are the restrictions on external table columns?
What are joins, explain all types of joins?
What is a relational database management system?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
How to commit the current transaction in oracle?
State some uses of redo log files?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How does one get the view definition of fixed views/tables?
Difference between hot backup vs. Cold backup?
What is a proxy class?