PHP Databases Handling If there is no error, then what will the error() method return? TRUE Empty String FALSE 0 TRUE Empty String FALSE 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php ANSWER DOWNLOAD EXAMIANS APP
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? DELETE TABLE DROP TABLE TRUNCATE TABLE REMOVE TABLE DELETE TABLE DROP TABLE TRUNCATE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() MAX AVG MIN SUM CURRENT_DATE() MAX AVG MIN SUM ANSWER DOWNLOAD EXAMIANS APP