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 |
What is Mcrypt used for?
How do you call a constructor for a parent class?
What is overriding in php?
what method is used to generate a random number?
Are sessions stateless?
Is php secure?
Is apache needed for php?
What are the differences between PHP3 and PHP4 versions?
How would you impletement download and upload a file in php
Explain what are psrs?
What are the disadvantages of php?
What is sorting php?