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
3 months agoSusana
3 months agoKristian
3 months agoHermila
4 months agoShawna
4 months agoCharolette
4 months agoChauncey
4 months agoMammie
4 months agoCiara
5 months agoFiliberto
5 months agoBlondell
5 months agoLauryn
5 months agoTheron
5 months agoDenise
5 months agoCarman
1 year agoIsaiah
1 year agoGarry
1 year agoMicheline
1 year agoCristal
1 year agoAnglea
1 year agoJerry
1 year agoJess
1 year agoJacklyn
1 year agoChantay
1 year agoErnest
1 year agoSherita
1 year agoDomingo
1 year agoLeanna
1 year agoValda
1 year agoIluminada
1 year agoParis
1 year agoSantos
1 year agoDanilo
1 year ago