PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query_send() query() sendquery() send_query() query_send() query() sendquery() send_query() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? rollback() undo() back() commit() rollback() undo() back() commit() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ database index.php function.inc.php admin.php database index.php function.inc.php admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? new_rows() num_rows() changed_rows() affected_rows() new_rows() num_rows() changed_rows() affected_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET admin.php POST index.php GET index.php POST admin.php GET admin.php POST index.php GET index.php ANSWER DOWNLOAD EXAMIANS APP