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
Explain the different types of errors in php.
Is php developer in demand?
What are the different types of PHP arrays?
What is the purpose of using php?
How to fix "headers already sent" error in php
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Can I learn php in a month?
Is php front end or back end?
Does php have block scope?
What is php7?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the use of magic function in php?
How can we upload a file in php?
How can we check the value of a given variable is a number?
Is php dead 2019?