QuestionQ6
Securing DataA data analyst finds that the developers group has unauthorized access to sensitive data in the Unity Catalog catalog finance_catalog, which should be available only to the finance team.
Which SQL command should the analyst use to remove the developers group’s access to the catalog?
- A GRANT USAGE ON CATALOG ‘finance_catalog’ TO ‘finance’;
- B ALTER CATALOG ‘finance_catalog’ DROP PERMISSIONS FOR ‘developers’;
- C REVOKE USAGE ON CATALOG ‘finance_catalog’ FROM ‘developers’;
- D REVOKE USE ON CATALOG ‘finance_catalog’ FROM ‘developers’;
Community Discussion