find out the third highest salary?
Answer Posted / ram pravesh
select max(sal) from emp where sal<(select max(sal)from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to get a list of all background sessions in the database?
What is archive log in Oracle?
How to start a specific oracle instance?
What are the different types of record groups in oracle? Explain each of them
How to define an anonymous procedure with variables?
How to use "in out" parameter properly?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to list all indexes in your schema?
What are the tools for Oracle ?
Explain a private synonyms?
What are the roles of dba?
Give the various rollback segment states.
How to retrieve data from an explicit cursor?
Explain the use of ignore option in imp command.
What is the difference between Delete, Truncate and Drop in Oracle?