The data architect has decided that once data has been ingested from external sources into the
Databricks Lakehouse, table access controls will be leveraged to manage permissions for all production tables and views.
The following logic was 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 that have been granted to the eng group and that these users are not workspace administrators, which statement describes their privileges?
The GRANT USAGE ON DATABASE prod TO eng command grants the eng group the permission to use the prod database, which means they can list and access the tables and views in the database. The GRANT SELECT ON DATABASE prod TO eng command grants the eng group the permission to select data from the tables and views in the prod database, which means they can query the data using SQL or DataFrame API. However, these commands do not grant the eng group any other permissions, such as creating, modifying, or deleting tables and views, or defining custom functions. Therefore, the eng group members are able to query all tables and views in the prod database, but cannot create or edit anything in the database.Reference:
Yuette
7 months agoSusana
8 months agoKristian
8 months agoHermila
8 months agoShawna
8 months agoCharolette
9 months agoChauncey
9 months agoMammie
9 months agoCiara
9 months agoFiliberto
9 months agoBlondell
9 months agoLauryn
9 months agoTheron
9 months agoDenise
9 months agoCarman
2 years agoIsaiah
2 years agoGarry
2 years agoMicheline
2 years agoCristal
2 years agoAnglea
2 years agoJerry
2 years agoJess
2 years agoJacklyn
2 years agoChantay
2 years agoErnest
2 years agoSherita
2 years agoDomingo
2 years agoLeanna
2 years agoValda
2 years agoIluminada
2 years agoParis
2 years agoSantos
2 years agoDanilo
2 years ago