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
Does php pass arrays by reference?
Tell me what does the scope of variables means?
Is php a framework?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is slim framework?
What is exception handling in php?
Can I run php without xampp?
How do I see how many pages per session in google analytics?
How to remove blank spaces from the string?
Tell me what is use of in_array() function in php?
What is difference between strstr() and stristr()?
Which function would you use to read a line of data from a file in php?
How does php serialize work?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between runtime exception and compile time exception?