Answer Posted / jose_100
SELECT SAL FROM SALARY_TABLE ORDER BY SAL DESC LIMIT 9, 10;
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are static variables in php?
Are static variables final?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Where php basically used?
Which function you can use in php to open a file for reading or writing or for both?
What is the difference between php and javascript?
How to send a cookie to the browser?
How are sessions maintained?
How to execute an sql query? How to fetch its result?
How to pass variables and data from php to javascript?
What kind of variable is age?
Explain Creating and Naming an Array?
When to use single quotes, double quotes, and backticks?
Does php pass arrays by reference?
When is a conditional statement ended with endif?