Online Course Support

Select the appropriate uses for the LIMIT clause. Check all that apply.

Question 9
Select the appropriate uses for the LIMIT clause. Check all that apply.

1 point

  • Filter individual rows based on conditions
  • Protect against returning an unexpectedly large number of rows
  • Randomly sample from a large table
  • Reduce the compute resources used by the SQL engine
  • Return a few rows from a table to inspect some of the values

Similar Posts