SnowPro Core Certification — Question 1172

When cloning a schema, which Snowflake object will not be included in the clone?

Answer options

Correct answer: B

Explanation

When cloning a schema in Snowflake, a named internal stage is not included in the clone. This is because internal stages are associated with the specific schema and do not replicate with the schema itself, unlike external stages, tasks, and User-Defined Functions (UDFs) which do get cloned.