Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


The data architect has implemented table access controls to manage permissions for production tables and views in the Databricks Lakehouse after data ingestion from external sources.

The following commands were executed to grant privileges for interactive queries on a production database to the core engineering group:

GRANT USAGE ON DATABASE prod TO eng;
GRANT SELECT ON DATABASE prod TO eng;

Assuming these are the only privileges granted to the eng group and that its members are not workspace administrators, which statement accurately describes their permissions?