PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL IBM DB/2 Microsoft SQL Server None of these PostgreSQL MySQL IBM DB/2 Microsoft SQL Server None of these PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE DROP TABLE DELETE TABLE REMOVE TABLE DEL TABLE DROP TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysql mysqly mysqli MySQL mysql mysqly mysqli ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? mysqli_connect_errno() connect_error() mysqli_connect_error() connect_errno() mysqli_connect_errno() connect_error() mysqli_connect_error() connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE Empty String 0 TRUE FALSE Empty String 0 TRUE ANSWER DOWNLOAD EXAMIANS APP