PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.2 MySQL 4.0 MySQL 4.1 MySQL 4.3 MySQL 4.2 MySQL 4.0 MySQL 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE 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 admin.php index.php function.inc.php database admin.php index.php function.inc.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ‘filename’; @include ‘filename’; #include ; include ‘filename’; #include ‘filename’; @include ‘filename’; #include ; 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_error() mysqli_connect_errno() connect_errno() mysqli_connect_error() connect_error() mysqli_connect_errno() connect_errno() mysqli_connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php .htaccess index.php index.ini admin.php .htaccess index.php index.ini ANSWER DOWNLOAD EXAMIANS APP