M

Mr. Dubey • 52.30K 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
Correct : Option (A)

Explanation:
 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.

Share

Discusssion

Login to discuss.

Loading Comments....