find out the third highest salary?
Answer Posted / sukanya
select max(sal) from emp where sal<
(select max(sal) from emp where sal <
(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between data migration and production migration.
How do I limit the number of oracle database connections generated by weblogic server?
How does Oracle guarantee data integrity of data changes?
Explain alias?
Explain the difference between sql and oracle?
What are the ansi data types supported in oracle?
How to delete an existing row from a table in oracle?
How to get execution statistics reports on query statements?
How will you differentiate between varchar & varchar2?
How can you merge two tables in oracle?
What are the execution control statements in oracle?
definition of cluster and non-clustered index?
How to execute a stored program unit?
What is a synonym? What are its various types?
How do I connect to oracle database?