Databricks Certified Data Engineer Associate — Question 114
A data engineer needs access to a table new_table, but they do not have the correct permissions. They can ask the table owner for permission, but they do not know who the table owner is.
Which of the following approaches can be used to identify the owner of new_table?
Answer options
- A. Review the Permissions tab in the table's page in Data Explorer
- B. There is no way to identify the owner of the table
- C. Review the Owner field in the table's page in Data Explorer
- D. Review the Owner field in the table's page in the cloud storage solution
Correct answer: C
Explanation
The correct answer is C because the Owner field in the table's page in Data Explorer explicitly displays who owns the table. Option A is incorrect as it pertains to permissions rather than ownership. Option B is false since there is a way to identify the owner. Option D is also incorrect because the owner information is found specifically in Data Explorer, not in the cloud storage solution.