SnowPro Core Certification — Question 1148

What happens to foreign key constraints when a table is cloned to another database?

Answer options

Correct answer: B

Explanation

The correct answer is B because when a table is cloned, it retains its structure, allowing it to reference the primary key from the source table. Options A and D are incorrect as they misrepresent the cloning process, and C is incorrect because the cloned table maintains its references to the primary key.