πŸ“Š MySQL
Q. How many among the following use NULL to indicate failure?
mysql_init(), mysql_real_connect()
  • (A) 0
  • (B) 1
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (C) 2

Explanation: This question is asking about how functions in MySQL handle errors. In particular, it wants to know if they use NULL to signal that something went wrong.

Explanation by: Ravi Shankar
This question is asking about how functions in MySQL handle errors. In particular, it wants to know if they use NULL to signal that something went wrong.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
96%
Success Rate