PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? finish() final() close() end() finish() final() close() end() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE REMOVE TABLE DROP TABLE DELETE TABLE DEL TABLE REMOVE TABLE DROP TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini .htaccess index.php admin.php index.ini .htaccess index.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() affected_rows() changed_rows() new_rows() num_rows() affected_rows() changed_rows() ANSWER DOWNLOAD EXAMIANS APP