Answer Posted / subashvns
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 ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is it possible to submit a form with a dedicated button?
How to reset/destroy a cookie in php?
When should you use a stored procedure?
What is php beginner?
Is array function in php?
Which character is used to match exactly one character?
What is composer install?
What is get and post method in php?
Differentiate between php5 and php7?
What is nan value?
What is the main difference between asp net and php?
How to join multiple strings into a single string?
What is the current stable version of php? What advance thing in php7?
What is helper library?
What is html used for?