PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() end() finish() final() close() end() finish() final() 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_error() mysqli_connect_errno() connect_error() connect_errno() mysqli_connect_error() mysqli_connect_errno() connect_error() connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server PostgreSQL None of these MySQL IBM DB/2 Microsoft SQL Server PostgreSQL None of these MySQL IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements can be used to select the database? $mysqli=select_db(‘databasename’); mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); $mysqli->select_db(‘databasename’); 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 Which of the methods are used to manage result sets using both associative and indexed arrays? fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP