Find out the 3rd highest salary?
Answer Posted / sathiskumar
select min(sal) from (select top 3 salary from employee);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is bind reference and how can it be created?
What are sql triggers used for?
What is a natural join?
What is sql table?
What are different types of queries in sql?
How do I run a sql script?
How do you delete a table?
How to get list of all tables from a database?
What is sql profiling in oracle?
What is query syntax?
What is raw datatype in sql?
How many joins can you have in sql?
What is the difference between instead of trigger and after trigger?
How do you write a subquery?
What are the methods of filing?