Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

select the 3rd maximum salary from sql server database if 4
(just an example In practically I may not know the exact
situation) of the highest salaries are equal.

Answer Posted / jey ganesh

select min(sal) from employee where sal in(
select top 3 sal from employee order by sal desc)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is built-in/administrator?

1073


How to execute a stored procedure in ms sql server?

1250


Do you know concepts and capabilities of sql server?

1107


How to skip remaining statements in a loop block using continue statements?

1041


Tell me when is the update_statistics command used?

1198


What are the requirements to use odbc connections in php scripts?

1156


How to update multiple rows with one update statement in ms sql server?

1260


What is snapshot parameter in ssrs?

155


What is set nocount on?

993


What is an index in a database?

1024


How to delete duplicate records based on single column from a table?

1103


What are the types of indexing?

1117


What is the need for indexing?

986


How to move database physical files in ms sql server?

1094


List out different types of normalizations in sql server and explain each of them?

971