PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. 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 __________ admin.php function.inc.php index.php database admin.php function.inc.php index.php database ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini .htaccess index.php admin.php index.ini .htaccess index.php admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.0 MySQL 4.3 MySQL 4.2 MySQL 4.1 MySQL 4.0 MySQL 4.3 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP