A

Admin • 833K Points
Coach

Q. Which of the error is raised when the quantity of data is too much?

  • (A) too_large_err
  • (B) unknown_err
  • (C) timeout_err
  • (D) quota_err

Explanation by: Admin

when the quantity of the data returned from the database is very large then too_large_err is invoked. to minimize the data we can use sql “limit” i.e. modifier to reduce the size of the resultant set.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.