Q. What does 'mysql_query()' return on failure?
β
Correct Answer: (D)
a non-zero value
Explanation: This question asks about how the `mysql_query()` function in MySQL behaves when it encounters an error.