A

Admin • 831.35K Points
Coach

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

  • (A) CLIENT_MULTI_STATEMENTS
  • (B) Char
  • (C) any of the two
  • (D) neither of the two
  • Correct Answer - Option(C)
  • Views: 20
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about how to execute multiple SQL statements in MySQL when you're not using stored procedures. Stored procedures are like pre-written blocks of code that can be executed with a single command.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.