Q. Which of these 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 is about how to execute multiple SQL statements in MySQL when you're not using stored procedures. Stored procedures are like pre-written blocks of code that can be executed with a single command.