Q. Which of the following does not return a value?
mysql_close(), mysql_init, mysql_real_connect
mysql_close(), mysql_init, mysql_real_connect
β
Correct Answer: (B)
1
Explanation: This question asks about MySQL functions that don't return any value. We need to find the function that doesn't give us a result.