SnowPro Core Certification — Question 1021
A user with which privileges can create or manage other users in a Snowflake account? (Choose two.)
Answer options
- A. GRANT
- B. SELECT
- C. MODIFY
- D. OWNERSHIP
- E. CREATE USER
Correct answer: D, E
Explanation
To create or manage other users in Snowflake, a user must have the OWNERSHIP privilege, which allows full control over the account, and the CREATE USER privilege, which specifically enables the creation of new users. The other options, while related to permissions, do not provide the necessary capabilities for user management.