Q. Which option enables multiple-statement execution?
β
Correct Answer: (A)
CLIENT_MULTI_STATEMENTS
Explanation: This question asks about a setting in MySQL that allows you to execute multiple SQL statements in a single query. Imagine you have a set of tasks you want the database to perform, like inserting new data, updating existing data, and deleting some old data.