PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 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? mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these Microsoft SQL Server IBM DB/2 PostgreSQL MySQL None of these Microsoft SQL Server IBM DB/2 PostgreSQL MySQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE DROP TABLE TRUNCATE TABLE REMOVE TABLE DELETE TABLE DROP TABLE TRUNCATE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysql-connect() function mysql_connect() function sql_connect() function mysqlconnect() function mysql-connect() function mysql_connect() function sql_connect() function mysqlconnect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ database index.php admin.php function.inc.php database index.php admin.php function.inc.php ANSWER DOWNLOAD EXAMIANS APP