11.
Which one of the following statements should be used to include a file?

12.
Which one of the following methods is responsible for sending the query to the database?

13.
Which one of the following methods recuperates any memory consumed by a result set?

14.
Which of the methods are used to manage result sets using both associative and indexed arrays?

15.
Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query?

16.
Which version of MySQL introduced the prepared statements?

17.
Which of the following methods is used to execute the statement after the parameters have been bound?

18.
Which one of the following methods is used to recuperating prepared statements resources?

19.
Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?

20.
Which method rolls back the present transaction?