PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query_send() send_query() query() sendquery() query_send() send_query() query() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? destroy() remover() free() alloc() destroy() remover() free() alloc() 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() fetch() get_row() row() fetch_row() fetch() get_row() row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysqli mysql mysqly MySQL mysqli mysql mysqly 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 The ............. statement is used to delete a table. DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP