GPYC Exam QuestionsBrowse all questions from this exam

GPYC Exam - Question 28


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

Show Answer
Correct Answer: C

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.

Discussion

1 comment
Sign in to comment
mrmrmeOption: C
Sep 1, 2024

Limit is how many records are returned