SnowPro Core Certification — Question 164

What is a limitation of a Materialized View?

Answer options

Correct answer: D

Explanation

The correct answer is D because a Materialized View cannot be created using a JOIN clause in its definition. Options A, B, and C are incorrect as Materialized Views can support aggregate functions, can reference more than two tables, and can be joined with other tables in queries, despite having limitations on their own definition.