πŸ“Š MySQL
Q. To how many of the following does the prepared-statement API apply to?
CREATE TABLE, DELETE, DO, INSERT
  • (A) 1
  • (B) 2
  • (C) 3
  • (D) 4
πŸ’¬ Discuss
βœ… Correct Answer: (B) 2

Explanation: The prepared-statement API applies to INSERT and DELETE statements among the given options.

Explanation by: Ravi Shankar
The prepared-statement API applies to INSERT and DELETE statements among the given options.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
88%
Success Rate