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 used anymore?
What is stdclass in php?
Why do we use query?
What are the different tables(engine) present in mysql, which one is default?
Does php have multiple inheritance?
What is the difference between implode() and explode() in php?
What is string function sql?
What is the difference between pop3 IMAP and MAPI?
Does php have a future?
Are objects passed by value or by reference?
What is csrf token and why it is required?
Explain how we can retrieve the data in the result set of mysql using php?
How a variable is declared in php?
What difference between require() and require_once()?
What is difference between isset and empty in php?