Which of the following LIMIT clauses will return a maximum of five rows starting with the eleventh row in the result set? PHP Programing 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 : Share this Share on FacebookTweet on TwitterPlus on Google+