Which Snowflake features can be enabled by calling the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function by a user with the ORGADMIN role? (Choose two.)
Which Snowflake features can be enabled by calling the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function by a user with the ORGADMIN role? (Choose two.)
The SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function allows users with the ORGADMIN role to enable certain Snowflake features at the global account level. Client redirect and account and database replication are two features that can be controlled using this function. Clustering, fail-safe, and search optimization service are not parameters that can be modified with this function.
BE correct - https://docs.snowflake.com/en/sql-reference/functions/system_global_account_set_parameter
BE is correct answer! https://docs.snowflake.com/en/sql-reference/functions/system_global_account_set_parameter#:~:text=for%20the%20account%3A-,Replication,-Client%20Redirect
correct