PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() send_query() query_send() sendquery() query() send_query() query_send() sendquery() 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? fetch_row() row() get_row() fetch() fetch_row() row() get_row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errno() errorno() errornumber() errnumber() errno() errorno() errornumber() errnumber() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? 0 Empty String TRUE FALSE 0 Empty String TRUE FALSE 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