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 highest salary

Answer Posted / qadeer

SELECT DISTINCT (
s1.salary
)
FROM `salary` s1
WHERE n -1 = (
SELECT count( DISTINCT (
s2.salary
) )
FROM `salary` s2
WHERE s2.salary > s1.salary )

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the steps involved to run php?

1117


What is the use of rand() in php?

1091


What is the special meaning of __sleep and __wakeup?

1057


Explain what is the static variable in function useful for?

996


Tell me which programming language does php resemble to?

981


What is T_PAAMAYIM_NEKUDOTAYIM?

1261


What are some of the advanced features of php?

1038


Which php framework is best for web development?

1020


What is php dependency injection?

980


What is the sign to start variables in PHP?

1160


What is composer used for?

999


What is a lambda function in php?

1173


What is the difference between javascript and php?

1088


How we load all classes that placed in different directory in one php file , means how to do auto load classes.

1040


What is a controller in php?

1050