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
Tell us how to redirect a page in php?
What are differences between PECL and PEAR?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What are the encryption functions in php?
What difference between require() and require_once()?
How To Get the Uploaded File Information in the Receiving Script?
How to include a file to a PHP page?
What is the basic syntax of Php?
Is php a mvc?
What is basic php?
Is empty in excel?
Write down the code for save an uploaded file in php.
How can we submit a form without using submit buttons?
What changes I have to do in php.ini file for file uploading?
Which is better session or cookie?