Which method rolls back the present transaction? back() commit() rollback() undo() TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following methods is used to recuperating prepared statements resources? close() finish() end() final() TRUE ANSWER : ? YOUR ANSWER : ?
To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini admin.php index.php .htaccess TRUE ANSWER : ? YOUR ANSWER : ?
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 admin.php index.php function.inc.php TRUE ANSWER : ? YOUR ANSWER : ?
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() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following methods is used to execute the statement after the parameters have been bound? bind_param() bind_result() bound_param() bound_result() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following DBMSs do not have a native PHP extension? IBM DB/2 None of these MySQL Microsoft SQL Server PostgreSQL TRUE ANSWER : ? YOUR ANSWER : ?
The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysqli mysql mysqly TRUE ANSWER : ? YOUR ANSWER : ?
When you are building administrative links you’ll need to accept two arguments, which of the following are they? The current page and previous page URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with TRUE ANSWER : ? YOUR ANSWER : ?