PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? MySQL SQL Oracle Database SQL+ MySQL SQL Oracle Database SQL+ ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 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.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL Microsoft SQL Server IBM DB/2 None of these PostgreSQL MySQL Microsoft SQL Server IBM DB/2 None of these PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() AVG SUM MIN MAX CURRENT_DATE() AVG SUM MIN MAX ANSWER DOWNLOAD EXAMIANS APP