-
Which of the error is raised when the quantity of data is too much?
-
- TIMEOUT_ERR
- QUOTA_ERR
- TOO_LARGE_ERR
- UNKNOWN_ERR
- None of these
Correct Option: C
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.