Which command is used to set the primary role for a session?
In Snowflake, USE ROLE <name> sets the active, current primary role for the session. Only one primary role can be active in a user session at a time.
USE ROLE <name>
Community Discussion