find out the second highest salary?
Answer Posted / mallikarjun
select max(sal) from emp
where sal < select max (sal)from emp
Mallikarjun
| Is This Answer Correct ? | 216 Yes | 86 No |
Post New Answer View All Answers
How to convert numbers to characters in oracle?
What is oracle sid?
How many data types are supported?
How are extents allocated to a segment?
What is an oracle tablespace?
Explain the use of tables option in exp command.
What is the difference between formal parameters and actual parameters?
What is a data lock in oracle?
Can you drop an index associated with a unique or primary key constraint?
How do I manually create a database in oracle?
What is the usage of analyze command in oracle?
Name the various constraints used in oracle?
How to define a variable to match a table column data type?
How to find the duplicate rows count from employees table in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?