Q. What does mysql_query() return on failure?
β
Correct Answer: (D)
a non-zero
Explanation: This question is about how MySQL tells you if a query failed. Think of it like trying to open a door. Sometimes it opens (success!), and sometimes it doesn't (failure!).