Home » MYSQL » Mysql Compound Statements » Question
  1. To how many of the following does the prepared-statement API apply to?
    CREATE TABLE, DELETE, DO, INSERT
    1. 4
    2. 3
    3. 2
    4. 1
    5. 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.



Your comments will be displayed only after manual approval.