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

Which of the following statements is true of zero-copy cloning?

    Correct Answer: D

    At the instance a clone is created, all micro-partitions in the original table and the clone are fully shared in the context of zero-copy cloning. This means that initially, no additional storage is used; the original data is referenced rather than being duplicated. This zero-copy cloning approach helps reduce storage costs by enabling efficient data sharing without duplicating the data.

Discussion
MikeTQOption: D

Answer:D why not B? Note that the clone of the container itself (database or schema) does not inherit the privileges granted on the source container.

aalonsoOption: D

D is correct, but take into account that if the cloned or the original table make any change to the data, this change does not affect the other table. They are independent objects

[Removed]Option: D

From: https://docs.snowflake.com/en/sql-reference/sql/create-clone.html -- If the COPY GRANTS keywords are used, then the new object inherits any explicit access privileges granted on the original table but does not inherit any future grants defined for the object type in the schema. If the COPY GRANTS keywords are not used, then the new object clone does not inherit any explicit access privileges granted on the original table but does inherit any future grants defined for the object type in the schema (using the GRANT <privileges> … TO ROLE … ON FUTURE syntax). Answer: D

lol632Option: D

It is D

RajokkiyamOption: D

Answer D

AdahSimonisOption: D

Yes the answer is D

Marge23Option: D

Answer is D

MultiCloudIronManOption: D

Correct

Mayuri917233Option: D

D is the answer.

SV1122

Was on exam Dec 31st, 2022

DerekSladeOption: D

D is the answer.