Check out example codes for "mysql select limit". It will help you in understanding the concepts better.
Code Example 1
$sql = "SELECT * FROM Orders LIMIT 30";
Code Example 2
SELECT * FROM `members` LIMIT 1, 2;
Learn ReactJs, React Native from akashmittal.com