PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() AVG MAX MIN SUM CURRENT_DATE() AVG MAX MIN SUM ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll 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 Which method returns the error code generated from the execution of the last MySQL function? errorno() errnumber() errno() errornumber() errorno() errnumber() errno() errornumber() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli mysqly mysql MySQL mysqli mysqly mysql MySQL ANSWER DOWNLOAD EXAMIANS APP