PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? Oracle Database SQL MySQL SQL+ Oracle Database SQL MySQL SQL+ ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php GET admin.php GET index.php POST admin.php POST index.php GET admin.php GET index.php POST admin.php 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
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens 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 __________ index.php database function.inc.php admin.php index.php database function.inc.php admin.php ANSWER DOWNLOAD EXAMIANS APP