Answer: Returns a 1 if the current user has access to the database passed in.
Explanation: This function returns a 1 if the current user has access to the database named passed to the function and 0 if they do not. It is a way to check access before changing to that database.