PHP Databases Handling Which of the following is not an SQL aggregate function? AVG SUM MIN MAX CURRENT_DATE() AVG SUM MIN MAX CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli mysql MySQL mysqly mysqli mysql MySQL mysqly ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? end() final() finish() close() end() final() finish() close() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ forward slash backward slash either nothing or a forward slash nothing forward slash backward slash either nothing or a forward slash nothing 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=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_param() bind_result() bound_result() bind_param() bound_param() bind_result() bound_result() bind_param() ANSWER DOWNLOAD EXAMIANS APP