### Compound Query `LIMIT` Clause

The compound query `LIMIT` clause lets you specify how many rows are returned from a compound query.

Using compound query `OFFSET`, you can also skip over rows.

-----

### Overview

+ `.unionLimit()`

  The compound query version of [`.limit()`](limit-clause.md#limit)

+ `.unionOffset()`

  The compound query version of [`.offset()`](limit-clause.md#offset)