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
How many types of inheritances used in php and how we achieve it.
What is the use of ajax in php?
Are php sessions cookies?
What is php array function?
How to pass an argument to a function?
What are php string functions?
How to create and destroy cookies in php?
Which database is best for php?
Why constructor is not overridden?
How many types of errors in php?
What is the difference between client-side and server-side programming?
Will php die?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How to upload file in php?
What is stripslashes php?