PHP Databases Handling Which of the following is not an SQL aggregate function? SUM CURRENT_DATE() MAX MIN AVG SUM CURRENT_DATE() MAX MIN AVG ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? Oracle Database MySQL SQL+ SQL Oracle Database MySQL SQL+ SQL 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_param() bind_param() bound_result() bind_result() bound_param() bind_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; 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=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP