PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MAX MIN AVG CURRENT_DATE() SUM MAX MIN AVG CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errno() errorno() errornumber() errnumber() errno() errorno() errornumber() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server IBM DB/2 None of these MySQL PostgreSQL Microsoft SQL Server IBM DB/2 None of these MySQL PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() destroy() alloc() remover() free() destroy() alloc() remover() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_error() mysqli_connect_errno() mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() mysqli_connect_error() connect_errno() ANSWER DOWNLOAD EXAMIANS APP