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_error() mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MIN SUM CURRENT_DATE() MAX AVG MIN SUM CURRENT_DATE() MAX ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() rollback() back() commit() undo() rollback() back() commit() ANSWER DOWNLOAD EXAMIANS APP