SnowPro Core Certification — Question 508

Which use case will always cause an exploding join in Snowflake?

Answer options

Correct answer: C

Explanation

The correct answer is C because failing to specify join criteria means that the database will create a Cartesian product, leading to an explosion of rows. Options A, B, and D may lead to performance issues but do not inherently cause an exploding join as they can still have defined relationships or criteria.