Home » HTML » Html miscellaneous » Question
  1. Which of the error is raised when the quantity of data is too much?
    1. TIMEOUT_ERR
    2. QUOTA_ERR
    3. TOO_LARGE_ERR
    4. UNKNOWN_ERR
    5. 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.



Your comments will be displayed only after manual approval.