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
Write a hello world program using variable?
how retrive the video file in php using video tag
Is php is dying?
Do you know is it possible to extend the execution time of a php script?
Explain setcookie() function in php?
Tell me how to set a page as a home page in a php based site?
What is the use of $_request variable?
What is lazy loading in php?
List some sorting functions in php?
What is trait in php?
How to create a table using php?
What are the different data types in javascript?
Write a program to upload a file in php?
Is age interval or ordinal data?
How to store the uploaded file to the final location?