-
Which option enables multiple-statement execution?
-
- MULTI_STATEMENTS_CLIENT
- MULTI_CLIENTS_STATEMENTS
- CLIENT_MULTI_STATEMENTS
- CLIENT_STATEMENTS_MULTI
- None of these
Correct Option: C
There are two ways to enable the multiple-statement execution. The first is to add the ‘CLIENT_MULTI_STATEMENTS’ option in the flags argument to ‘mysql_real_connect()’ at connect time.