Q. What is preferred when stored procedures are not being used?
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()
β
Correct Answer: (C)
any of the two
Explanation: This question asks about the best way to handle multiple SQL statements when you're not using stored procedures. Let's break down the options: