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? get_array() and get_row() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ function.inc.php index.php admin.php database function.inc.php index.php admin.php database 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() row() get_row() fetch_row() fetch() row() get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? commit() rollback() back() undo() commit() rollback() back() undo() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ forward slash nothing either nothing or a forward slash backward slash forward slash nothing either nothing or a forward slash backward slash ANSWER DOWNLOAD EXAMIANS APP