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 / saravakumar

SELECT TOP 1 salary FROM (SELECT DISTINCT TOP 6 salary FROM
employee ORDER BY salary DESC) a ORDER BY salary

Is This Answer Correct ?    30 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a SQL query to make a column as unique?

1078


What is @@rowcount in sql?

1057


What command must you use to include the not null constraint after a table has already been created?

1233


Data table as parameter in sql server?

1104


Do you know data definition language, data control language and data manipulation language?

1087


What are the properties of sub-query?

1131


What are different type of Collation Sensitivity?

1047


What is an inner join?

1040


Name the different type of indexes in sql?

1012


what is bit datatype? : Sql server database administration

963


What is the purpose of a table?

994


What is faster join or union?

1318


What is 3nf normalization?

1051


How can I track the changes or identify the latest insert-update-delete from a table?

1013


How to list all objects in a given schema?

1106