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=mysqli.dl extension=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); 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 of the following methods is used to execute the statement after the parameters have been bound? bound_result() bound_param() bind_result() bind_param() bound_result() bound_param() bind_result() bind_param() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli = new mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP