PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DELETE TABLE REMOVE TABLE DEL TABLE DROP TABLE DELETE TABLE REMOVE TABLE DEL TABLE DROP TABLE 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=mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? TRUE FALSE 0 Empty String TRUE FALSE 0 Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.php start.php index.ini php.ini index.php start.php index.ini php.ini ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errno() errornumber() errorno() errnumber() errno() errornumber() errorno() ANSWER DOWNLOAD EXAMIANS APP