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
Is null or empty c#?
How to download file in php?
How escape single quotes php?
Explain me soundex() and metaphone()?
How can you get the size of an image in PHP?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Explain type casting and type juggling.
What are classes in php?
Swap two variables value without using third variable in php ?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is die in php?
What is strlen function in php?
What is substr() in php? And how it is used?
What is session management php?
Can we extend multiple classes in php?