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
What are the steps involved to run php?
What is the use of rand() in php?
What is the special meaning of __sleep and __wakeup?
Explain what is the static variable in function useful for?
Tell me which programming language does php resemble to?
What is T_PAAMAYIM_NEKUDOTAYIM?
What are some of the advanced features of php?
Which php framework is best for web development?
What is php dependency injection?
What is the sign to start variables in PHP?
What is composer used for?
What is a lambda function in php?
What is the difference between javascript and php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is a controller in php?