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 prepared statement in php?
What is difference between base_url and site_url?
Is age interval or ordinal?
Explain what are psrs?
What is alias in php?
What is the use of hooks?
What is isset php?
What are psrs? Choose 1 and briefly describe it?
Is facebook still written in php?
What is the difference between print() and echo()?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is inheritance in php with example?
What are getters and setters and why are they important?
What is meant by an associative array?
Which of the delimiter is ASP style?