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...

Find top Nth employee from each department in terms of
salary?

Answer Posted / ricky

select min(salary) from tablename where salary is(select
top n salary from tablename order by salary desc)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?

1067


How to create new databases with "create database" statements?

1067


what are the different types of replication you can set up in sql server? : Sql server database administration

1063


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

975


what is create database syntax? : Sql server database administration

1169


Are connections to sql server encrypted?

1055


What is log shipping? Can we do logshipping with SQL Server 7.0 ?

1058


Mention the differences between local and global temporary tables.

1113


Explain the functionalities that views support?

1162


How to create a simple user defined function in ms sql server?

1070


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

1006


What is an identity column in insert statements?

1078


What command is used to rename the database?

1089


How do I view a script in sql server?

1090


how would you troubleshoot blocking? : Sql server database administration

1027