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
How does firefox manage cookies?
What is the use of isset() in php?
How to open a file in php?
What are headers in php?
What is the difference between explode and split?
How do you create an array in php?
How to write php function in html onclick?
What is cookies? How to create cookies in php?
What is dao in php?
How long do php sessions last?
What are the benefits of composer?
What is crypt () in php?
How to call php function from javascript using ajax?
What is overloading and overriding in oop?
How to write comment in php?