PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MIN CURRENT_DATE() MAX SUM AVG MIN CURRENT_DATE() MAX SUM ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqly MySQL mysql mysqli mysqly MySQL mysql mysqli ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing backward slash forward slash either nothing or a forward slash nothing backward slash forward slash either nothing or a forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini admin.php index.php .htaccess index.ini admin.php index.php .htaccess ANSWER DOWNLOAD EXAMIANS APP