PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() MAX MIN AVG SUM CURRENT_DATE() MAX MIN AVG SUM 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_param() bind_param() bind_result() bound_result() bound_param() bind_param() bind_result() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function mysql-connect() function sql_connect() function mysql_connect() function mysqlconnect() function mysql-connect() function sql_connect() function mysql_connect() function 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? mysqli_connect_errno() connect_error() mysqli_connect_error() connect_errno() mysqli_connect_errno() connect_error() mysqli_connect_error() connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.0 MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 MySQL 4.1 MySQL 4.2 MySQL 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String FALSE TRUE 0 Empty String FALSE TRUE 0 ANSWER DOWNLOAD EXAMIANS APP