# LIMIT
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course#5.3 Google Analytics - 5 Analyze - Module 3 - Aggregate Data for Analysis Aggregate Data for Analysis|Google Analytics Certificate]]
#### Sub-context: [[SQL]]
>[! Definition]
>A SQL clause that specifies the maximum number of records returned in a query
## Examples
```sql
SELECT *
FROM movies
LIMIT 100
```
- LIMIT keyword should be used as the last clause entered in a query.
## Related
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)
A SQL clause that specifies the maximum number of records returned in a query @@@ [[LIMIT]]