Home » MYSQL » Mysql Compound Statements » Question
  1. Which option enables multiple-statement execution?
    1. MULTI_STATEMENTS_CLIENT
    2. MULTI_CLIENTS_STATEMENTS
    3. CLIENT_MULTI_STATEMENTS
    4. CLIENT_STATEMENTS_MULTI
    5. 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.



Your comments will be displayed only after manual approval.