PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() MIN AVG SUM MAX CURRENT_DATE() MIN AVG SUM MAX 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=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() finish() end() final() close() finish() end() final() 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_row() get_row() fetch() row() fetch_row() get_row() ANSWER DOWNLOAD EXAMIANS APP