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
What is the difference between characters 23 and x23?
What is the name of the scripting engine that powers PHP?
Why do we use interface in php?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
Can I learn laravel without php?
What is encapsulation in php with example?
What is the importance of "action" attribute in a html form?
How to include variables in double-quoted strings in php?
What's the difference between using mysql_ functions and pdo?
Why php is used with mysql?
Tell me what is the use of the function htmlentities?
How to create a text file in PHP?
What is the main difference between require() and require_once()?
How to access a specific character in a string using php?
How to get the IP address of the client/user in PHP?