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

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.