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 Which one of the following methods recuperates any memory consumed by a result set? free() alloc() destroy() remover() free() alloc() destroy() remover() 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() bind_param() bound_param() bound_result() bind_result() bind_param() bound_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these MySQL IBM DB/2 Microsoft SQL Server PostgreSQL None of these MySQL IBM DB/2 Microsoft SQL Server PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing backward slash either nothing or a forward slash forward slash nothing backward slash either nothing or a forward slash forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? changed_rows() num_rows() new_rows() affected_rows() changed_rows() num_rows() new_rows() affected_rows() ANSWER DOWNLOAD EXAMIANS APP