find out the second highest salary?
Answer Posted / prasant
SQL> select max(sal) from emp where sal<(select max(sal)
from emp);
MAX(SAL)
----------
3000
Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
How to install oracle odbc drivers?
What are the database administrators utilities available?
Describe the types of sub query?
Can we store images in oracle database?
What is raw datatype in oracle?
How to invoke the original export import utilities?
How to shutdown your 10g xe server?
How will you differentiate between varchar & varchar2?
How to convert dates to characters in oracle?
What the is the diff between local index and global index. give some example.
Is there any function in oracle similar like group_concat of mysql?
What is partitioned table in Oracle?
Explain about your project and its relation to the current job position you are applying to?
What is the minimum client footprint required to connect c# to an oracle database?
How do I learn what codesets are available in oracle?