Question 1 of 25
A new user user_01 is created within Snowflake. The following two commands are executed: Command 1 --> show grants to user user_01; Command 2 --> show grants on user user_01; What inferences can be made about these commands?
Show answer
How others answered
- C100%
Explanation
SHOW GRANTS TO USER user_01: Lists all the roles granted to the user_01. SHOW GRANTS ON USER user_01: Lists all privileges granted to the user user_01.
Adapted from community discussion by KindleAce · 2024-11-13 · 3 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references

