-
Which of the following returns a MySQL-specific numeric code?
-
- mysql_close()
- mysql_sqlstate()
- mysql_error()
- mysql_errno()
- None of these
Correct Option: D
The API call named ‘mysql_errorno()’ returns a MySQL-specific numeric error code. ‘mysql_error()’ returns a string containing an error message. ‘mysql_close()’ does not return any value at all.