What does Snowflake recommend regarding database object ownership? (Choose two.)
What does Snowflake recommend regarding database object ownership? (Choose two.)
Snowflake recommends creating objects with SYSADMIN because it is the role that has the privileges to create warehouses and databases, amongst other objects. Additionally, creating objects with a custom role and granting this role to SYSADMIN ensures a flexible and manageable security setup, aligning with best practices for privilege delegation and role hierarchy.
B and D are correct
B and D are correct SYSADMIN - Role that has privileges to create warehouses and databases (and other objects) in an account. If, as recommended, you create a role hierarchy that ultimately assigns all custom roles to the SYSADMIN role, this role also has the ability to grant privileges on warehouses, databases, and other objects to other roles. https://docs.snowflake.com/en/user-guide/security-access-control-overview.html
Verified
Verified
B&D seems correct