Home »
PL/SQL MCQs
When VALUE_ERROR exception is raised?
129. When VALUE_ERROR exception is raised?
- Errors relating to arithmetic, conversion, truncation, or size constraints raise this signal.
- This error message appears when a number is divided by zero.
- Both A. and B.
- None of the above
Answer: A) Errors relating to arithmetic, conversion, truncation, or size constraints raise this signal.
Explanation:
VALUE_ERROR exception is raised when errors relating to arithmetic, conversion, truncation, or size constraints occur.