PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? finish() close() end() final() finish() close() end() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL None of these MySQL Microsoft SQL Server IBM DB/2 PostgreSQL None of these MySQL Microsoft SQL Server IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP