adplus-dvertising
frame-decoration

Question

Which of these is preferred when stored procedures are not being used?
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()

a.

CLIENT_MULTI_STATEMENTS

b.

mysql_set_server_option()

c.

any of the two

d.

neither of the two

Answer: (c).any of the two

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these is preferred when stored procedures are not being used?

Similar Questions

Discover Related MCQs

Q. mysql_next_result() returns a status.

Q. To see the table structure which command is issued?

Q. Which character is illegal in naming an unquoted identifier in SQL?

Q. Which statement is valid if ‘`sampledb`’ is a database and ‘`tbl`’ is a table in it?

Q. The default case sensitivity of the database and table names depends on ___________

Q. To how many of the following does the prepared-statement API apply to?

CREATE TABLE, DELETE, DO, INSERT

Q. The binary protocol does not support all statements.

Q. The binary protocol is more difficult to use.

Q. The maximum collations a character set can have is ______________

Q. A synonym for CHARACTER SET is ______________

Q. The statement used to select a default database is ______________

Q. The statement that makes changes to the global attributes of the database is ______________

Q. The statement used to remove indexes on tables is ______________

Q. The statement used to change the table name is __________

Q. What is the general term for information about databases and the objects in MySQL?

Q. Perl scripts are text files.

Q. The shebang line is ______________

Q. The Perl DBI is ______________

Q. The default path to perl in Unix is ______________

Q. Which is the join in which all the rows from the right table appear in the output irrespective of the content of the other table?