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
πŸ’¬ Discuss
βœ… Correct Answer: (A) too_large_err
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.

Explanation by: Mr. Dubey
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

πŸ“Š Question Analytics

πŸ‘οΈ
395
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate