PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? Oracle Database SQL+ MySQL SQL Oracle Database SQL+ MySQL SQL 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 methods is responsible for sending the query to the database? query() send_query() query_send() sendquery() query() send_query() query_send() sendquery() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch() get_row() fetch_row() row() fetch() get_row() fetch_row() row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN AVG MAX SUM CURRENT_DATE() MIN AVG MAX SUM CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); ANSWER DOWNLOAD EXAMIANS APP