PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MIN CURRENT_DATE() MAX AVG SUM MIN CURRENT_DATE() MAX AVG ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errornumber() errno() errorno() errnumber() errornumber() errno() errorno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .htmlaccess .htaccess .adminaccess .urlaccess .htmlaccess .htaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE TRUE Empty String 0 FALSE TRUE Empty String 0 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 Your confirmation form submits your choice, via the _______ method, to ________ POST index.php GET index.php POST admin.php GET admin.php POST index.php GET index.php POST admin.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP