SnowPro Core Certification — Question 361
Users with the ACCOUNTADMIN role can execute which of the following commands on existing users?
Answer options
- A. Can SHOW users DESCRIBE a given user, or ALTER or DROP a user
- B. Can DEFINE users, DESCRIBE a given user, or ALTER or DELETE a user
- C. Can SHOW users, INDEX a given user, or ALTER or DELETE a user
- D. Can SHOW users, DEFINE a given user or ALTER, DROP, or MODIFY a user
Correct answer: A
Explanation
The correct answer is A because users with the ACCOUNTADMIN role have the authority to SHOW users, DESCRIBE a specific user, and perform ALTER or DROP actions on users. Options B, C, and D contain incorrect commands such as DEFINE and INDEX, which are not applicable for existing users under this role.