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 are string functions?
How to remove an empty directory?
What is the difference between pop3 IMAP and MAPI?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What is var_dump function in php?
what is constructor
What is the use of callback in php?
What is the current stable version of php? What advance thing in php7?
What is strcmp () in php?
What is session expiry?
What is the difference between javascript and php?
How to check a key exist in an array?
What is faster?
Does csrf token change?
How can you execute php script from the command line?