Answer Posted / devasundaram
SELECT salary FROM Employee_table ORDER BY salary DESC LIMIT 1,1
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is the main difference between require() and include()?
How to open a file for reading?
How I can control asset documents without GR/IR?
What is the difference between print() and echo()?
Why is overriding runtime?
Tell me how a constant is defined in a php script?
Will php die?
What is the difference between $message and $$message in php?
Is overloading possible in php?
Can you extend a final defined class?
What is difference between static and constant?
Why use php artisan serve?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is the $_ server php_self variable?
How do you compare strings in java?