PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 Microsoft SQL Server PostgreSQL None of these MySQL IBM DB/2 Microsoft SQL Server PostgreSQL None of these MySQL 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? changed_rows() new_rows() num_rows() affected_rows() changed_rows() new_rows() num_rows() affected_rows() 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 version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.ini start.php php.ini index.php index.ini start.php php.ini index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP