PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() alloc() destroy() remover() free() alloc() destroy() remover() 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 To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.ini admin.php index.php .htaccess index.ini admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? 0 TRUE Empty String FALSE 0 TRUE Empty String FALSE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL PostgreSQL IBM DB/2 Microsoft SQL Server None of these MySQL PostgreSQL IBM DB/2 Microsoft SQL Server None of these ANSWER DOWNLOAD EXAMIANS APP