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 work with data objects interactively?
How is it different from a normal table?
Point out the difference between user tables and data dictionary?
What are triggers in oracle?
How to call a stored function with parameters?
What is an oracle recycle bin?
Can we call procedure inside function in oracle?
Describe varray?
How to add another datafile to a tablespace?
What are the roles of dba?
How to specify default values in insert statement using oracle?
How to sort the query output in oracle?
How to resolve name conflicts between variables and columns?
what is the difference between data migration and production migration.
What is a snapshot log?