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
How to track user logged out or not? When user is idle?
Can you define an array argument as a reference type?
What is the use of dual table in mysql?
What are the __construct() and __destruct() methods in a php class?
How to randomly retrieve a value from an array?
How to turn on the session support in php?
How check field is empty or not in php?
What are hooks in php?
what are interfaces and Abstart classes
Inside a php function, what param needs to be set in order to access a global variable?
What software is required to run php?
Where are cookies stored php?
Explain me what is the importance of "method" attribute in a html form?
When sessions ends?
Which function is used in php to check the data type of any variable?