PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_param() bind_result() bind_param() bound_result() bound_param() bind_result() bind_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() end() close() finish() final() end() close() finish() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch_row() fetch() row() get_row() fetch_row() fetch() row() get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? rollback() undo() commit() back() rollback() undo() commit() back() ANSWER DOWNLOAD EXAMIANS APP