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 __________ function.inc.php database admin.php index.php function.inc.php database admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bound_result() bind_param() bound_param() bind_result() bound_result() bind_param() bound_param() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? 0 FALSE Empty String TRUE 0 FALSE Empty String TRUE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? commit() rollback() undo() back() commit() rollback() undo() back() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_errno() mysqli_connect_error() mysqli_connect_errno() connect_error() connect_errno() mysqli_connect_error() mysqli_connect_errno() connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); ANSWER DOWNLOAD EXAMIANS APP