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
What is an oracle data file?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is an Oracle index?
How to resolve name conflicts between variables and columns?
How to drop an existing view in oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
What is the data pump import utility?
How many types of tables are there in oracle?
How do you store pictures in a database?
What do you mean by cdb and pdb in oracle 12c?
How to specify default values in insert statement using oracle?
What is Java Pool in Oracle?
Is there a function to split a string in plsql?
What language does oracle use?