PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL None of these IBM DB/2 PostgreSQL Microsoft SQL Server MySQL None of these IBM DB/2 PostgreSQL Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli MySQL mysql mysqly mysqli MySQL mysql mysqly ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE TRUNCATE TABLE REMOVE TABLE DELETE TABLE DROP TABLE TRUNCATE TABLE REMOVE TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? alloc() free() destroy() remover() alloc() free() destroy() remover() ANSWER DOWNLOAD EXAMIANS APP