PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bound_param() bound_result() bind_param() bind_result() bound_param() bound_result() bind_param() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? 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() fetch_array() and fetch_column() fetch_array() and fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? commit() undo() back() rollback() commit() undo() back() rollback() 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 Which method returns the error code generated from the execution of the last MySQL function? errornumber() errorno() errnumber() errno() errornumber() errorno() errnumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch_row() fetch() get_row() row() fetch_row() fetch() get_row() row() ANSWER DOWNLOAD EXAMIANS APP