Q. What returns a string containing an error message?
β
Correct Answer: (A)
mysql_error()
Explanation: This question asks about a function in MySQL that provides information about errors that occur during database operations.