SnowPro Core Certification — Question 189
What happens when a cloned table is replicated to a secondary database? (Choose two.)
Answer options
- A. A read-only copy of the cloned tables is stored.
- B. The replication will not be successful.
- C. The physical data is replicated.
- D. Additional costs for storage are charged to a secondary account.
- E. Metadata pointers to cloned tables are replicated.
Correct answer: C, D
Explanation
Option C is correct because the physical data of the cloned tables is indeed replicated to the secondary database. Option D is also correct as there are additional storage costs associated with maintaining this replicated data in the secondary account. Options A, B, and E are incorrect because they do not accurately describe the behavior of cloned table replication.