The LIMIT clause is entirely optional, and if absent does not limit the result set rows in any way. However, if the "LIMIT count" clause is used, then the result set will contain no more than count rows. This LIMIT clause may optionally be followed by the "OFFSET number" clause, where number is the number of initial rows that should be skipped before the rows are included in the results.