PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? alloc() free() remover() destroy() alloc() free() remover() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String 0 FALSE TRUE Empty String 0 FALSE TRUE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN MAX CURRENT_DATE() AVG SUM MIN MAX CURRENT_DATE() AVG SUM ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ either nothing or a forward slash backward slash nothing forward slash either nothing or a forward slash backward slash nothing forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() query_send() send_query() sendquery() query() query_send() send_query() sendquery() ANSWER DOWNLOAD EXAMIANS APP