PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); 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=mysqli.dl extension=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.ini index.php .htaccess admin.php index.ini index.php .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET admin.php GET index.php POST index.php POST admin.php GET admin.php GET index.php POST index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() MAX SUM AVG MIN CURRENT_DATE() MAX SUM AVG MIN ANSWER DOWNLOAD EXAMIANS APP