Q. Which of the following returns an SQLSTATE code?
β
Correct Answer: (C)
mysql_sqlstate()
Explanation: This question is about how to get information about errors that happen when you're using MySQL.