PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() get_array() and get_column() fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli mysql MySQL mysqly mysqli mysql MySQL mysqly 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? affected_rows() changed_rows() num_rows() new_rows() affected_rows() changed_rows() num_rows() new_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini admin.php .htaccess index.php index.ini admin.php .htaccess index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MIN MAX SUM CURRENT_DATE() AVG MIN MAX SUM CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() commit() back() rollback() undo() commit() back() rollback() ANSWER DOWNLOAD EXAMIANS APP