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
What types of joins are used in writing subqueries?
Explain the use of file option in exp command.
What the is the diff between local index and global index. give some example.
How to use windows user to connect to the server?
What are the predefined tablespaces in a database?
What do you mean by a deadlock?
What is the difference between hot backup and cold backup in oracle?
Is oracle an operator?
How many anonymous blocks can be defined?
What are the oracle differences between nvl and coalesce
What do database buffers contain?
How to delete a column in an existing table in oracle?
How to use existing values in update statements using oracle?
Explain the difference between sql and oracle?
How to declare a local variable?