Answer Posted / jaimin desai
Select MAX(Salary) from tbl
order by salary DESC limit 1,1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is Gd PHP?
How can we check the value of a given variable is a number?
Where are cookies stored php?
Is overloading possible in php?
When do you use define() and when do you use const. What are the main differences between those two?
What is php dependency injection?
What is difference between echo and print_r in php?
What is use of header() function in php?
What is pdo classes?
How to pass variables by references?
How to stop the execution of php script?
How can you increase the maximum execution time of a script in php?
How to create a mysql connection in php?
What is overriding in php?
How big is nvarchar max?