Q. Which of the following returns the current error message text?
β
Correct Answer: (A)
SQLERRM
Explanation: Using this function the associated error message with the most recent raised error exception is displayed. The exception handling section will display this function.