Which method returns the error code generated from the execution of the last MySQL function?
A
errno()
B
errnumber()
C
errorno()
D
errornumber()
Correct Answer: errno()
Error numbers are often used in lieu of natural-language message to ease software internationalization efforts and allow for customization of error messages.