What does the LIMIT function restrict in an SQL SELECT statement?
What does the LIMIT function restrict in an SQL SELECT statement?
The LIMIT function in an SQL SELECT statement restricts the number of records that will be returned by a request. It is used to specify the maximum number of rows the result set should have, commonly to limit data for display or analysis.
Limit is how many records are returned