πŸ“Š MySQL
Q. What does mysql_query() return on failure?
  • (A) 0
  • (B) 1
  • (C) -1
  • (D) a non-zero
πŸ’¬ Discuss
βœ… 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!).

Explanation by: Ram Avtar Sharma
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!).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ram Avtar Sharma
Publisher
πŸ“ˆ
89%
Success Rate