Q. How many 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)
Boolean mode
Explanation: This question asks about functions in MySQL, specifically how many of them don't return a value. This means they don't give you any output or result after you run them.