Q. To how many of the following does the prepared-statement API apply to?
CREATE TABLE, DELETE, DO, INSERT
CREATE TABLE, DELETE, DO, INSERT
β
Correct Answer: (B)
2
Explanation: The prepared-statement API applies to INSERT and DELETE statements among the given options.