Answer Posted / nitish
SELECT sallary FROM employee ORDER BY sallary ASC limit 1,2
| Is This Answer Correct ? | 16 Yes | 22 No |
Post New Answer View All Answers
How to remove duplicate values from array using php?
What is a controller php?
Is php a case sensitive language?
Differentiate between require and include?
Where is session value stored?
How can I embed a java program in php file and what changes have to be done in php.ini file?
Is it easy to learn wordpress?
What is the php function that removes the first element of the array and returns it?
Explain how to submit form without a submit button.
How many types of php frameworks are there?
How to check whether a number is prime or not?
Why do we use in php?
How check variable is set or not in php?
How to enable error reporting in php?
How is it possible to return a value from a function?