LIMIT clause is one of the SQL clauses. LIMIT allows yo to specify the number of records the query should return. This is useful when you want to implement Paginated queries.