PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errornumber() errorno() errnumber() errno() errornumber() errorno() errnumber() errno() 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? row() fetch() fetch_row() get_row() row() fetch() fetch_row() get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE Empty String 0 TRUE FALSE Empty String 0 TRUE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() final() finish() end() close() final() finish() end() 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_param() bound_result() bound_param() bind_result() bind_param() bound_result() bound_param() bind_result() ANSWER DOWNLOAD EXAMIANS APP