Exam GPYC All QuestionsBrowse all questions from this exam
Question 28

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

    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
mrmrmeOption: C

Limit is how many records are returned