PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 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=mysql.dll extension=mysqli.dl extension=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? end() close() finish() final() end() close() finish() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ backward slash nothing either nothing or a forward slash forward slash backward slash nothing either nothing or a forward slash forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MIN MAX CURRENT_DATE() AVG SUM MIN MAX CURRENT_DATE() AVG 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_error() connect_error() connect_errno() mysqli_connect_errno() mysqli_connect_error() connect_error() connect_errno() mysqli_connect_errno() ANSWER DOWNLOAD EXAMIANS APP