-
To how many of the following does the prepared-statement API apply to?
CREATE TABLE, DELETE, DO, INSERT
-
- 4
- 3
- 2
- 1
- None of these
Correct Option: A
All statements cannot be prepared. The prepared-statement API applies to the statements: CREATE TABLE, DELETE, DO, INSERT, REPLACE, SELECT, SET, UPDATE and most variations of SHOW.