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
Are there regular expressions in php?
Require_once(), require(), include(). What is difference between them?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is the difference between die () and exit () in php?
What is difference between Method overriding and overloading in PHP?
Write a php script to get the largest key in an array?
What is php written in?
How does php and apache work?
What is design pattern? Explain all including singleton pattern?
How to enable error reporting in php?
Tell me what is the use of explode() function?
Can you define an array argument as a reference type?
Tell me what is the meaning of a final class and a final method?
Who is known as the father of php?
How to convert strings to numbers in php?