PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? alloc() remover() free() destroy() alloc() remover() free() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() fetch_row() row() fetch() get_row() fetch_row() row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errorno() errnumber() errornumber() errno() errorno() errnumber() errornumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? finish() end() final() close() finish() end() final() close() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN SUM MAX CURRENT_DATE() AVG MIN SUM MAX CURRENT_DATE() AVG ANSWER DOWNLOAD EXAMIANS APP