Answer:
Example :
<?php
$sql_query_line = "select * from orders where order_date='2009-10-03' LIMIT 11,20";
?>
The above line gives records which start with serial id 11 and 20 number of records. Hope this will make it clear. Nonetheless you will know more if will read more examples from Books, Search engines each.