How to find second highest salary

Answer Posted / devasundaram

SELECT salary FROM Employee_table ORDER BY salary DESC LIMIT 1,1

Is This Answer Correct ?    13 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to delete cookie files on your computer?

547


What is the maximum size of a database in mysql?

523


How can we change the value of a constant?

537


Where are php configuration settings stored?

529


Explain the purpose of output buffering in php.

508






What is sql injection in php?

528


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

1546


What is a closure in php?

533


How can we get the error when there is a problem to upload a file?

522


Tell us how can we access the data sent through the url with the post method?

517


How to define a function with any number of arguments?

564


Which php function will attach one file to another?

525


What is pdo classes?

560


What is string in php?

559


How to set session.gc_divisor properly?

590