Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Exam Databricks Certified Data Engineer Associate Topic 5 Question 22 Discussion

Actual exam question for Databricks's Databricks Certified Data Engineer Associate exam
Question #: 22
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 database customers to fully manage the project.

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

Show Suggested Answer Hide Answer

Contribute your Thoughts:

Chanel
1 months ago
I think option C is the way to go - give them just the 'SELECT' privileges and let them figure out the rest. It builds character, you know?
upvoted 0 times
...
Alayna
1 months ago
Wait, we're granting privileges to a 'team'? Shouldn't it be a username or a role? I'm getting a bit confused here.
upvoted 0 times
Salena
5 days ago
A) GRANT USAGE ON DATABASE customers TO team;
upvoted 0 times
...
Rodrigo
16 days ago
C) GRANT SELECT PRIVILEGES ON DATABASE customers TO teams;
upvoted 0 times
...
Shonda
21 days ago
B) GRANT ALL PRIVILEGES ON DATABASE team TO customers;
upvoted 0 times
...
Buck
23 days ago
A) GRANT USAGE ON DATABASE customers TO team;
upvoted 0 times
...
...
Precious
2 months ago
Option D looks promising, but I'm not sure if 'MODIFY' is a valid privilege in this context. I'd go with option E to be safe.
upvoted 0 times
Maryln
16 days ago
Yeah, I would go with option E as well to grant full privileges.
upvoted 0 times
...
Kip
18 days ago
I think option D might be too broad, I would also go with option E.
upvoted 0 times
...
Rodolfo
28 days ago
I agree, option E seems like the safest choice.
upvoted 0 times
...
...
Giovanna
2 months ago
I'm not sure, but I think option B) GRANT ALL PRIVILEGES ON DATABASE team TO customers; might also work. It grants all privileges to the team, which includes managing the database.
upvoted 0 times
...
Kimbery
2 months ago
I agree with Grover. Giving all privileges to the new data engineering team makes sense for them to fully manage the project.
upvoted 0 times
...
Carry
2 months ago
I'm not sure why option B is even an option. Granting all privileges on the database to the customers table doesn't make any sense.
upvoted 0 times
Lilli
1 months ago
E) GRANT ALL PRIVILEGES ON DATABASE customers TO team;
upvoted 0 times
...
Julio
2 months ago
A) GRANT USAGE ON DATABASE customers TO team;
upvoted 0 times
...
...
Harley
2 months ago
Option E is the correct answer. We need to grant all privileges on the 'customers' database to the new data engineering team to allow them to fully manage the ELT project.
upvoted 0 times
...
Grover
3 months ago
I think the correct command is E) GRANT ALL PRIVILEGES ON DATABASE customers TO team.
upvoted 0 times
...

Save Cancel