Answer Posted / amar banerjee
SELECT sal FROM salary SORT BY sal desc limit 9,1
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is the use of nl2br() in php?
Tell me what sized websites have you worked on in the past?
Can you define an argument as a reference type?
What is explode() in php?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between php 5 and php 7?
Which one is best framework for php?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
Where are php configuration settings stored?
What is the use of strpos in php?
When to use single quotes, double quotes, and backticks?
How to get the directory name out of a file path name?
What does $_files means?
What is a class in php programing?
Which array function checks if the particular key exists in the array?