Video upload date:  · Duration: PT1H46M27S  · Language: EN

A new user who currently does not have databricks video

data-engineer-associate video for a new user who currently does not have access to the catalog or schema is requesting access to the customer table in sales

This is a dedicated watch page for a single video.

Full Certification Question

A new user who currently does not have access to the catalog or schema is requesting access to the customer table in sales schema, but the customer table contains sensitive information, so you have decided to create view on the table excluding columns that are sensitive and granted access to the view GRANT SELECT ON view_name to user@company.com but when the user tries to query the view, gets the error view does not exist. What is the issue preventing user to access the view and how to fix it?