When initially creating an account in Snowflake, which settings can be specified? (Choose two.)
When initially creating an account in Snowflake, which settings can be specified? (Choose two.)
When initially creating an account in Snowflake, you can specify the account name and the Snowflake edition. The account name is a primary identifier for the account, and the Snowflake edition determines the features and pricing of the account. While the region can also be specified, the question asks for only two settings.
D and E
ADE are correct --Account name and edition are mandatory --Region is optional https://docs.snowflake.com/en/sql-reference/sql/create-account#required-parameters
ADE are correct create account myaccount1 admin_name = admin admin_password = 'TestPassword1' first_name = Jane last_name = Smith email = '<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ef82968a828e8683af8296809d88c1809d88">[email protected]</a>' edition = enterprise region = aws_us_west_2;
AE correct - https://docs.snowflake.com/en/sql-reference/sql/create-account
A, D, E are correct - https://docs.snowflake.com/en/sql-reference/sql/create-account#access-control-requirements
ADE for SQL DE for the UI
https://docs.snowflake.com/en/sql-reference/sql/create-account#access-control-requirements a and e