find out the third highest salary?
Answer Posted / santhoshkumar
select name,salary from emp where salary=(select min(sal)
from (select distinct TOP 3(salary) from emp order by
salary desc;
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
Name the various constraints used in oracle?
What is a select query statement in oracle?
How to write a query with an inner join in oracle?
Is primary key indexed by default in oracle?
What are ddl statements in oracle?
What is oracle analytical function?
How to end the current transaction in oracle?
How to use subqueries with the exists operator in oracle?
Does oracle charge for java?
How many data types are supported?
Explain integrity constraint?
What is the usage of save points in oracle database?
How to rename an existing table?
What is a database schema in oracle?