GIAC Python Coder (GPYC) — Question 7

What does the LIMIT function restrict in an SQL SELECT statement?

Answer options

Correct answer: C

Explanation

The LIMIT function specifically controls the maximum number of records returned by a query in SQL. Options A and D refer to query execution limits, which are not related to the LIMIT function. Option B discusses the capacity of the table itself, rather than the results of a query.