Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 615

Which command is used to generate a zero-copy "snapshot" of any table, schema, or database?

    Correct Answer: B

    The correct command to generate a zero-copy snapshot of any table, schema, or database is the 'CREATE <object> ... CLONE' command. This command creates a clone of the specified database, schema, or table without physically copying the data, hence the term 'zero-copy'. Other commands provided in the options do not serve this purpose.

Discussion
chuks_charleyOption: B

https://docs.snowflake.com/en/sql-reference/sql/create-clone

MultiCloudIronManOption: B

Correct