πŸ“Š MySQL
Q. Which option enables multiple-statement execution?
  • (A) CLIENT_MULTI_STATEMENTS
  • (B) CLIENT_STATEMENTS_MULTI
  • (C) MULTI_STATEMENTS_CLIENT
  • (D) MULTI_CLIENTS_STATEMENTS
πŸ’¬ Discuss
βœ… Correct Answer: (A) CLIENT_MULTI_STATEMENTS

Explanation: This question asks about a setting in MySQL that allows you to execute multiple SQL statements in a single query. Imagine you have a set of tasks you want the database to perform, like inserting new data, updating existing data, and deleting some old data.

Explanation by: Neelam Mittal
This question asks about a setting in MySQL that allows you to execute multiple SQL statements in a single query. Imagine you have a set of tasks you want the database to perform, like inserting new data, updating existing data, and deleting some old data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
81%
Success Rate