1.

The option that enables multiple-statement execution is ____________(a) CLIENT_MULTI_STATEMENTS(b) CLIENT_STATEMENTS_MULTI(c) MULTI_STATEMENTS_CLIENT(d) MULTI_CLIENTS_STATEMENTSThe question was posed to me in a national level competition.I want to ask this question from User-Defined Variables in division System, Status and User Variables of MySQL

Answer»

The correct choice is (a) CLIENT_MULTI_STATEMENTS

For explanation I would say: 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.



Discussion

No Comment Found

Related InterviewSolutions