write a query for the fifth highest salary?

Answer Posted / ramesh

select top 1 salary

(select distinct top 5

salary from employees

order by salary desc)

a order by salary

Is This Answer Correct ?    6 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are database connection details?

638


How to do Data size testing? Who does this testing (Developer or tester)?

2118


How to do Stored procedure testing? Who does this testing (Developer or tester)?

1379


What is ole db provider for sql server?

544


What do you mean by database?

585






Data structure used to implements a menu:

622


What is the purpose of TNS?

652


Please post the scenerois for writing the complex sql queries , for my practice.Can be any query if you cannot solve.

2059


What is the Difference Primary key and Unique Key

570


Differentiate between unique key and foreign key?

579


Which database is best to store images?

519


If the master device is full, how do I make the master database bigger?

515


A design problem was given in which I was supposed to make a design for the data base for a given problem.

557


Explain entity type?

624


What is a database call?

548