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?
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
Mertie
2 months agoYuette
2 months agoLamonica
2 months agoBenedict
2 months agoMitsue
15 days agoEnola
20 days agoLouvenia
1 months agoAlana
1 months agoKristel
3 months agoAlysa
3 months agoHelga
3 months agoLisha
2 months agoLovetta
2 months agoRosendo
2 months agoKris
3 months ago