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
How many types of session are there?
Does php support overloading?
How can we access the data sent through the url with the post method?
What is difference between md5 and SHA256?
Which is better php or nodejs?
What does csrf token mean?
Is array function in php?
What is polymorphism in oop php?
What are the advantages of triggers?
Which PHP function would you use to send an email?
What is the best way to change the key without changing the value of a php array element?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is the difference between get and post in php?
What is the main difference between php 4 and php 5?
Is php case sensitive?