Answer Posted / sunil kumar
select max(salary) from tablename
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
What is the php function that removes the last element of the array and returns it?
How to submit form without a submit button.
Will a comparison of an integer 12 and a string "13" work in php?
How to count all the lines of code in a directory and sub folder?
Can we extend multiple classes in php?
Do you know how to delete a file from the system?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is the use of strip_tags() method?
Does php 7 support mysql?
Tell me how is it possible to remove escape characters from a string?
How to store the uploaded file to the final location?
What are php parameters?
How to remove an empty directory?
Write a program to find the factorial of a number in php?
What is the use of callback in php?