Want to know the 10th max salary in salary table
Answers were Sorted based on User's Feedback
Answer / amar banerjee
SELECT sal FROM salary SORT BY sal desc limit 9,1
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / jose_100
SELECT SAL FROM SALARY_TABLE ORDER BY SAL DESC LIMIT 9, 10;
| Is This Answer Correct ? | 5 Yes | 3 No |
Tell me what are the correct and the most two common way to start and finish a php block of code?
How can you retrieve a cookie value?
Why do we need session?
How to upload a file (may be a .txt or a .doc file) from a php script/file?
Is php still used?
What is a trait in php?
how to use particular city location in php?
How to get complete current page url in php?
What is the difference between PHP,ASP and JSP?
What is call by reference in php?
How to create an array of a group of items inside an html form?
What are the environmental variables?