FEFreeExamDumps.in

Implementing Data Engineering Solutions Using Azure Databricks

Topic 1

Question 19

DP-750 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.

Details →

An analyst group named `bi_readers` must be able to run `SELECT * FROM finance.reporting.gl_summary` on a SQL warehouse in a Unity Catalog metastore. The table owner has already granted `SELECT` on the table `finance.reporting.gl_summary` to `bi_readers`, but the query still fails with a permission error. You must determine the complete set of grants required for each level of the three-level namespace so that the read succeeds. For each securable level shown, select the **minimum** privilege that `bi_readers` must hold. ```mermaid flowchart TD A["CATALOG: finance<br/>dropdown -> ?"] --> B["SCHEMA: finance.reporting<br/>dropdown -> ?"] B --> C["TABLE: finance.reporting.gl_summary<br/>dropdown -> ?"] subgraph Options O1["USE CATALOG"] O2["USE SCHEMA"] O3["SELECT"] O4["BROWSE"] O5["MODIFY"] end ```