PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_errno() mysqli_connect_error() connect_error() mysqli_connect_errno() connect_errno() mysqli_connect_error() connect_error() mysqli_connect_errno() 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 The updated MySQL extension released with PHP 5 is typically referred to as. mysql MySQL mysqli mysqly mysql MySQL mysqli mysqly ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() end() finish() close() final() end() finish() close() 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? changed_rows() new_rows() affected_rows() num_rows() changed_rows() new_rows() affected_rows() num_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP