Q5
Single choice
A data analyst is working in a Databricks workspace with Unity Catalog enabled. While using a shared SQL Warehouse, the analyst runs the following query:
SELECT * FROM sales_data;
This query results in a "TABLE_OR_VIEW_NOT_FOUND" error, even though:
The table sales_data exists in the reporting schema of the corp_data catalog. The analyst has SELECT and USAGE privileges on the corp_data.reporting.sales_data table. Another user running the same query in a notebook attached to a cluster is able to retrieve results without fully qualifying the table.
Which action helps the analyst to resolve the issue without rewriting the query?