How to find second highest salary

Answer Posted / nitish

SELECT sallary FROM employee ORDER BY sallary ASC limit 1,2

Is This Answer Correct ?    16 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which php mvc framework is best?

561


What is explode() in php?

537


What is list function with their uses.

529


Is it possible to use com component in php?

552


Are objects passed by value or by reference?

545






What is the function file_get_contents() useful for?

484


How can a cross-site scripting attack be prevented by php?

533


What is difference between Method overriding and overloading in PHP?

543


Is php a backend?

532


What is php compared to html?

539


What is the meaning of ‘escaping to php’?

618


What are variables in research examples?

560


What does $_cookie mean?

533


Tell me is it possible to submit a form with a dedicated button?

527


Tell me how to create a session? How to set a value in session? How to remove data from a session?

499