PHP Databases Handling Which one of the following statements should be used to include a file? @include ‘filename’; #include ; #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; #include ‘filename’; include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query_send() sendquery() send_query() query() query_send() sendquery() send_query() query() 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 Which of the methods are used to manage result sets using both associative and indexed arrays? 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() get_array() and get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() changed_rows() new_rows() num_rows() affected_rows() changed_rows() new_rows() num_rows() ANSWER DOWNLOAD EXAMIANS APP