Which of the following LIMIT clauses will return a maximum of five rows starting with the eleventh row in the result set?

Which of the following LIMIT clauses will return a maximum of five rows starting with the eleventh row in the result set?



Answer: LIMIT 10, 5


Learn More :