
Answer-first summary for fast verification
Answer: The physical data is replicated., Additional costs for storage are charged to a secondary account.
Based on the community discussion and Snowflake documentation, when a cloned table is replicated to a secondary database: (1) The physical data is replicated (option C), not just metadata pointers, because cloned objects are replicated physically rather than logically to secondary databases. (2) Additional storage costs are charged to the target/secondary account (option D), as replication charges including storage are billed on the target account that stores the secondary database. Options A and E are incorrect because the data is physically replicated, not just read-only copies or metadata pointers. Option B is incorrect as replication will be successful if properly configured. The community consensus strongly supports C and D with 88% agreement and multiple upvoted comments referencing official documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What happens when a cloned table is replicated to a secondary database? (Choose two.)
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.