Exam Databricks-Certified-Data-Engineer-Associate Topic 4 Question 145 Discussion
Actual exam question for Databricks's Databricks-Certified-Data-Engineer-Associate exam
Question #: 145
Topic #: 4
Question #: 145
Topic #: 4
A data engineer needs to provide access to a group named manufacturing-team. The team needs privileges to create tables in the quality schema. Which set of SQL commands will grant a group named manufacturing-team to create tables in a schema named production with the parent catalog named manufacturing with the least privileges?
Suggested Answer: A Vote an answer
To allow a group to create tables in a schema with least privileges, they need:
- GRANT CREATE TABLE on the schema
- GRANT USE SCHEMA on the schema
- GRANT USE CATALOG on the parent catalog
This ensures proper access without granting unnecessary privileges like creating schemas or catalogs.
- GRANT CREATE TABLE on the schema
- GRANT USE SCHEMA on the schema
- GRANT USE CATALOG on the parent catalog
This ensures proper access without granting unnecessary privileges like creating schemas or catalogs.
by Elva at Apr 04, 2026, 10:49 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).