PHP Databases Handling ([w-]+) will match ___________ one or more word characters and hypens one word characters one or more word characters and/or hypens one or more word characters one or more word characters and hypens one word characters one or more word characters and/or hypens one or more word characters ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN MAX AVG SUM CURRENT_DATE() MIN MAX AVG SUM CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? row() get_row() fetch() fetch_row() row() get_row() fetch() fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.php index.ini .htaccess admin.php index.php index.ini .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP