PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.2 PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 PHP 5.1 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG SUM MIN CURRENT_DATE() MAX AVG SUM MIN CURRENT_DATE() MAX ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? remover() free() alloc() destroy() remover() free() alloc() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bound_result() bind_param() bound_param() bind_result() bound_result() bind_param() bound_param() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and previous page The current page and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with URL of previous entry and previous page The current page and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP