Answer Posted / vishnu
select salary from table where salary!=max(salary) order by
desc limit 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between apache and tomcat?
What is csrf token and how will you add csrf token in ajax?
How does the identity operator ===compare two values in PHP?
Why are sessions used?
What is strcmp () in php?
Is ruby on rails php?
Tell us how to set cookies in php?
What is the difference between "echo" and "print" in php?
What is use of htmlspecialchars php?
What is exception handling in php?
What are the difference between array_keys() and array_key_exists() in php?
Write a program in php to find the occurrence of a word in a string?
How to send a cookie to the browser?
What is the value for this auto incremented field user_pri_id?
What is $this in php?