You select a database or change as a different database with the _____ function. a. mysql_select_database () b. mysql_change_database () c. mysql_select_db() d. mysql_change_db() To delete a database, use the _____ function. a. mysql_delete_db() b. mysql_drop_db() c. mysql_delete_database () d. mysql_drop_database() To add multiple records to a database from an external file, you use the _____ statement with the name of the local test file that contains the records you want to add. a. INSERT DATA b. LOAD DATA c. INSERT RECORDS d. UPLOAD RECORDS When a query modifies a table but does not return a result, you use the _____ function to determine how rows records were affected. a. mysql_rows_affected () b. mysql_affected_rows () c. mysql_affected_records () d. mysql_records_affected () With an INSERT query, the _____ function returns the number of records added and duplicated along with number of warnings. a. mysql_update_info () b. mysql_info () c. mysql_update () d. mysql_info_update () The function _____ returns the fields in the current row into an indexed array. a. mysql_fetch_assoc () b. mysql_data_seek () c. mysql_fetch_row () d. mysql_fetch_lengths () Use the _____ function to return the number of fields in a query result. a. mysql_return_fields () b. mysql_num_fields c. mysql_count_fields () d. mysql_field_results () You can access the values submitted from the form by using the $_GET [] and _____ autoglobals. a. $_POST [] b. $_FIND[] c. $_RETRIEVE [] d. $_SEND[] Cookies can be temporary or _____. a. persistent b. relational c. invisible d. hidden PHP allows you to store cookie values in indexed or associative _____. a. functions b. text files c. arrays d. scripts For a cookie to persist beyond the current browser session, you must use the _____ argument with the setcookie () function