BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Exam Databricks-Certified-Data-Engineer-Associate Topic 5 Question 34 Discussion

Actual exam question for Databricks's Databricks-Certified-Data-Engineer-Associate exam
Question #: 34
Topic #: 5
[All Databricks-Certified-Data-Engineer-Associate Questions]

A new data engineering team team has been assigned to an ELT project. The new data engineering team will need full privileges on the table sales to fully manage the project.

Which command can be used to grant full permissions on the database to the new data engineering team?

Show Suggested Answer Hide Answer
Suggested Answer: A

To grant full privileges on a table such as 'sales' to a group like 'team', the correct SQL command in Databricks is:

GRANT ALL PRIVILEGES ON TABLE sales TO team;

This command assigns all available privileges, including SELECT, INSERT, UPDATE, DELETE, and any other data manipulation or definition actions, to the specified team. This is typically necessary when a team needs full control over a table to manage and manipulate it as part of a project or ongoing maintenance.

Reference: Databricks documentation on SQL permissions: SQL Permissions in Databricks


Contribute your Thoughts:

Clorinda
1 months ago
I'll take A for the win! Granting all privileges on the sales table is the only way to ensure the new team can properly manage the ELT project. Anything less won't cut it.
upvoted 0 times
...
Samira
1 months ago
Haha, D is just a total curveball. Trying to distract us, are they? A is the way to go, no doubt about it.
upvoted 0 times
Jennifer
4 days ago
B) GRANT SELECT ON TABLE sales TO team;
upvoted 0 times
...
Mariko
21 days ago
A) grant all privileges on table sales TO team;
upvoted 0 times
...
...
Latosha
1 months ago
Ah, classic SQL permissions question. I'm going with A - grants all the necessary privileges to the team, simple and straightforward.
upvoted 0 times
Ressie
4 days ago
D) GRANT ALL PRIVILEGES ON TABLE team TO sales;
upvoted 0 times
...
Glenna
10 days ago
C) GRANT SELECT CREATE MODIFY ON TABLE sales TO team;
upvoted 0 times
...
Pearlene
14 days ago
B) GRANT SELECT ON TABLE sales TO team;
upvoted 0 times
...
Karina
24 days ago
A) grant all privileges on table sales TO team;
upvoted 0 times
...
...
Vicki
2 months ago
I think D) GRANT ALL PRIVILEGES ON TABLE team TO sales is definitely not the correct command for this scenario.
upvoted 0 times
...
Ivette
2 months ago
Come on, how could it be D? Granting all privileges on the 'team' table to 'sales' doesn't make any sense. Obviously, A is the right choice here.
upvoted 0 times
...
Joaquin
2 months ago
The correct answer is A. Granting all privileges on the table 'sales' to the new data engineering team is the appropriate command to fully manage the ELT project.
upvoted 0 times
Cherry
16 days ago
D) GRANT ALL PRIVILEGES ON TABLE team TO sales;
upvoted 0 times
...
Erinn
21 days ago
C) GRANT SELECT CREATE MODIFY ON TABLE sales TO team;
upvoted 0 times
...
Howard
1 months ago
Yes, that command will give the new team full permissions on the table sales.
upvoted 0 times
...
Krystal
1 months ago
A) grant all privileges on table sales TO team;
upvoted 0 times
...
Chauncey
1 months ago
B) GRANT SELECT ON TABLE sales TO team;
upvoted 0 times
...
Truman
2 months ago
A) grant all privileges on table sales TO team;
upvoted 0 times
...
...
Reed
2 months ago
I'm not sure, but I think B) GRANT SELECT ON TABLE sales TO team might be the right choice.
upvoted 0 times
...
Paris
2 months ago
I disagree, I believe the correct answer is C) GRANT SELECT CREATE MODIFY ON TABLE sales TO team.
upvoted 0 times
...
Alaine
2 months ago
I think the answer is A) grant all privileges on table sales TO team.
upvoted 0 times
...

Save Cancel