48. Using Unity Catalog, how do you correctly reference a table named 'sales' in the 'retail' schema of the 'prod' catalog? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz
Databricks Certified Data Engineer - Associate
Explanation:
Unity Catalog uses a 3-tier namespace format: catalog.schema.table. Therefore, a table named 'sales' in the 'retail' schema of the 'prod' catalog is correctly referenced as prod.retail.sales.
Get started today
Ultimate access to all questions.
Using Unity Catalog, how do you correctly reference a table named 'sales' in the 'retail' schema of the 'prod' catalog?