PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? row() fetch_row() get_row() fetch() row() fetch_row() get_row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() alloc() destroy() remover() free() alloc() destroy() remover() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE Empty String TRUE 0 FALSE Empty String TRUE 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() SUM AVG MIN MAX CURRENT_DATE() SUM AVG MIN MAX ANSWER DOWNLOAD EXAMIANS APP