PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch() get_row() row() fetch_row() fetch() get_row() row() fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? mysqli_connect_errno() connect_errno() mysqli_connect_error() connect_error() mysqli_connect_errno() connect_errno() mysqli_connect_error() connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() SUM MAX AVG MIN CURRENT_DATE() SUM MAX AVG MIN ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL PostgreSQL None of these IBM DB/2 Microsoft SQL Server MySQL PostgreSQL None of these IBM DB/2 Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? remover() destroy() alloc() free() remover() destroy() alloc() free() 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? changed_rows() num_rows() affected_rows() new_rows() changed_rows() num_rows() affected_rows() new_rows() ANSWER DOWNLOAD EXAMIANS APP