PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? SQL+ MySQL SQL Oracle Database SQL+ MySQL SQL Oracle Database 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? new_rows() affected_rows() changed_rows() num_rows() new_rows() affected_rows() changed_rows() num_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE TABLE table_name (column_type column_name); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); 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_errno() mysqli_connect_errno() mysqli_connect_error() connect_error() connect_errno() mysqli_connect_errno() mysqli_connect_error() connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MIN AVG CURRENT_DATE() MAX SUM MIN AVG CURRENT_DATE() MAX ANSWER DOWNLOAD EXAMIANS APP