πŸ“Š MySQL
Q. What 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
πŸ’¬ Discuss
βœ… Correct Answer: (C) any of the two

Explanation: This question asks about the best way to handle multiple SQL statements when you're not using stored procedures. Let's break down the options:

Explanation by: Neelam Mittal
This question asks about the best way to handle multiple SQL statements when you're not using stored procedures. Let's break down the options:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
146
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
91%
Success Rate