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

Explanation: 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.

Explanation by: Bhagwan Das
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
97%
Success Rate