1.

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_ERRThe question was posed to me in an online interview.This is a very interesting question from Web Databases in section HTML Images & Web Page Files of HTML

Answer»

Right choice is (a) TOO_LARGE_ERR

The 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.



Discussion

No Comment Found

Related InterviewSolutions