PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli mysqly MySQL mysql mysqli mysqly MySQL mysql ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() new_rows() changed_rows() num_rows() affected_rows() new_rows() changed_rows() num_rows() 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=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling What does the DESC keyword do in the following query?SELECT * FROM MY_TABLE WHERE ID > 0 ORDER BY ID, NAME DESC It causes the dataset returned by the query to be sorted in descending order It causes rows with the same ID to be sorted by NAME in ascending order It causes the result set to include a description of the NAME field It causes rows with the same ID to be sorted by NAME in descending order It causes the dataset returned by the query to be sorted in descending order It causes rows with the same ID to be sorted by NAME in ascending order It causes the result set to include a description of the NAME field It causes rows with the same ID to be sorted by NAME in descending order ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.1 PHP 5.0 PHP 5.2 PHP 5.3 PHP 5.1 PHP 5.0 PHP 5.2 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? SQL+ Oracle Database SQL MySQL SQL+ Oracle Database SQL MySQL ANSWER DOWNLOAD EXAMIANS APP