Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the LIMIT clause do?

  1. A Restricts the number of rows returned
  2. B Limits the size of the table
  3. C Restricts the number of columns
  4. D Sets a timeout for the query
Answer

Restricts the number of rows returned

LIMIT caps the rows returned and is commonly combined with OFFSET for pagination, though large OFFSET values become slow on big tables.

All MySQL MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as