LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


A new data engineer, who has been granted SELECT permission to read data from the sales table, encounters an error when trying to access the table. What additional privilege should be granted to resolve this issue?

Real Exam




Explanation:

The USAGE privilege is required to perform any action on a database object. It does not grant any abilities by itself but is necessary alongside other permissions. For a user to perform an action on a schema object, they must have the USAGE privilege on that schema in addition to the specific action privilege. This requirement can be satisfied by being an admin, having the USAGE privilege on the schema or catalog, being in a group with the USAGE privilege, or being the owner of the schema or in a group that owns the schema. Even the owner of an object within a schema needs the USAGE privilege to use it.

Powered ByGPT-5