Ultimate access to all questions.
A new user without access to the catalog or schema requests access to the customer table in the sales schema. The customer table contains sensitive information, so a view was created excluding sensitive columns, and SELECT access was granted to the view for the user. However, the user encounters an error stating the view does not exist when attempting to query it. What is the issue preventing the user from accessing the view, and how can it be resolved?