Answer Posted / shrikant patil
select max(salary) from tbl_name where salary !=(select
max(salary) from tbl_name);
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is php a low level language?
How to terminate the execution of a script in PHP?
How do I make a reset button in html?
Tell us what does $_cookie means?
How can you send http header to the client in php?
Is php difficult to learn?
What is repository in php?
What is the function in PHP do not return a timestamp?
Tell me how can we change the maximum size of the files to be uploaded?
What is php and why it is used?
Is php object oriented?
What is == and === in php?
List some features of php that are deprecated in php7?
Explain how is it possible to set an infinite execution time for php script?
Explain some of the php array functions?