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 a controller php?
What is the difference between file_get_contents() and file_put_contents() in php?
How can I reset an array in PHP?
4 Answers Rushmore Consultancy, TCS,
What is cookie in php with example?
How will you create a bi-lingual site (multiple languages) ?
Why do we use query?
How big is nvarchar max?
What is the use of "echo" in php?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks
What is $row in php?
What does $_server means?
What are the difference between include_once & Require_once?