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 delimiter php?
Will react hooks replace redux?
Why do we use hooks?
Is php a strongly typed language?
What does mysqli_query return?
What are php magic quotes?
What is the use of limit in mysql?
How can we submit a form without using submit buttons?
What is the default session out time?
How to open a file for writing?
Which php framework is best for web development?
How can a cross-site scripting attack be prevented by php?
How to find current date and time?
How to get no of arguments passed to a PHP Function?
What is the difference between get & post ?