PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() destroy() alloc() remover() free() destroy() alloc() remover() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server MySQL IBM DB/2 None of these PostgreSQL Microsoft SQL Server MySQL IBM DB/2 None of these PostgreSQL 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 is not an SQL aggregate function? MAX SUM CURRENT_DATE() AVG MIN MAX SUM CURRENT_DATE() AVG MIN ANSWER DOWNLOAD EXAMIANS APP