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 we can find nth max salary from an employe table by
using my sql?

Answer Posted / sandeep

select MAXIMUM(salary) from (select salary from employee
order by salary desc limit 'n')

n means number of rows

Is This Answer Correct ?    10 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is row?

1151


Why to use char instead of varchar in the database?

1281


Give string types available for column?

1060


Can we store files in mysql?

978


What is mysql and mysqli?

974


What is clob in mysql

1013


How will show all records containing the name "sonia" and the phone number '9876543210'

961


Why we use mysqli instead of mysql?

1177


What is row level locking in access?

939


What are the other commands to know the structure of a table using mysql commands except explain command?

1097


How can you make a database as your current database?

1131


How to store values to array from mysql database in php?

1002


Why is mysql popular?

944


What is the difference between char and varchar?

1249


What are the security alerts while using mysql?

1079