PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errorno() errornumber() errno() errnumber() errorno() errornumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ either nothing or a forward slash backward slash nothing forward slash either nothing or a forward slash backward slash nothing forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_row() fetch_array() and fetch_column() get_array() and get_column() fetch_array() and fetch_row() get_array() and get_row() fetch_array() and fetch_column() get_array() and get_column() fetch_array() and fetch_row() 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 __________ database admin.php function.inc.php index.php database admin.php function.inc.php index.php ANSWER DOWNLOAD EXAMIANS APP