PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: sql_connect() function mysql-connect() function mysql_connect() function mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function mysqlconnect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and URL of the entry you are working with The current page and previous page URL of previous entry and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with The current page and previous page URL of previous entry and previous page The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN AVG CURRENT_DATE() MAX SUM MIN AVG CURRENT_DATE() MAX SUM 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? affected_rows() new_rows() changed_rows() num_rows() affected_rows() new_rows() changed_rows() num_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP