What is the function of the USE SCHEMA command in Snowflake?
USE SCHEMA
USE SCHEMA specifies the active (current) schema for the session, allowing subsequent SQL statements to refer to objects within that schema without fully qualifying their names.
Community Discussion