PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? send_query() sendquery() query() query_send() send_query() sendquery() query() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True 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 None of these Microsoft SQL Server MySQL PostgreSQL IBM DB/2 None of these Microsoft SQL Server 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 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 one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? 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 extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP