Answer Posted / jose_100
SELECT SAL FROM SALARY_TABLE ORDER BY SAL DESC LIMIT 1,1;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c++ polymorphism?
How to invoke a user function?
Write down the code for save an uploaded file using php?
How can you increase the maximum execution time of a script in php?
How to uploaded files to a table?
What is ci in php?
What is T_PAAMAYIM_NEKUDOTAYIM?
What is framework? How it works? What is advantage?
How to concatenate two strings in php?
Which library is used in php to do various types of image work?
What are constructor and destructor in PHP?
How is it possible to know the number of rows returned in the result set?
Tell me how to set a page as a home page in a php based site?
Can I use php in html?
Is php a mvc?