Answer Posted / petercoloney
select salary from employee where max(salary)<(select salary from employee)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is design pattern? Explain all including singleton pattern?
What is default session time and path in php?
What does the unset() function mean?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What does the scope of variables mean?
What does a special set of tags do in php?
How can I learn php fast?
What is the function in PHP do not return a timestamp?
What is mvc in php?
Tell me what is the difference between unset() and unlink()?
What is associative array in php?
What is == and === in php?
Which is true about the singleton design pattern?
What is $row in php?
How does the identity operator === compare two values?