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

How to find 6th highest salary from Employee table ?

Answer Posted / answer

SELECT MIN(SALARY) FROM EMPLOYEE WHERE SALARY IN (SELECT
DISTINCT TOP 6 MAX (SALARY) FROM EMPLOYEE ORDER BY SALARY
DESC)

Is This Answer Correct ?    16 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the five major components of a dbms?

961


What are the advantages to use stored procedures?

1177


Who developed sql server?

982


you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration

1034


What program is used to store the data source file?

1004


Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?

934


What is an indexing strategy?

1063


What is the difference between substr and charindex in the sql server?

1181


What are functions in the sql server?

1292


What are sql server functions?

1026


What do you understand by a view?

1046


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1041


what is a transaction? : Sql server database administration

1047


How to store and query spatial data?

1046


Explain Reporting Life Cycle?

132