Answer Posted / renji
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the differences between $a != $B and $a !== $B?
What is php limit?
What can php do?
How is it possible to propagate a session id?
Explain what is smarty?
Tell me how is it possible to return a value from a function?
Which php function will attach one file to another?
What is the use of final class in php?
How to assigning a new character in a string using php?
When a conditional statement is ended with an endif?
Tell us how can we access the data sent through the url with the post method?
How to change the principal password?
What does $globals means?
How to turn on the session support?
List some features of php that are deprecated in php7?