Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 212

What is a limitation of a Materialized View?

    Correct Answer: D

    A limitation of a Materialized View is that it cannot be defined with a JOIN. Materialized Views are designed to store the results of a query for faster access, but they have restrictions on the query's complexity, including the prohibition of joins in their definitions.

Discussion
tejarunOption: D

Materialized view can be joined with other tables. But you cannot include JOIN in a materialized view definition

Josa2Option: D

D, how come that som many answers from basic definitions are wrong?

Thaiya

https://docs.snowflake.com/en/user-guide/views-materialized, can be used with a Join is a clear statement here.

Thaiya

sorry i read the option wrong. this is correct

lol632Option: D

Answer C does not make any sense at all. There is no concept of joining materialized views by another tables. Tables, per se, can join. So answer is D

SexyPotatoOption: D

D is the answer, but B is also correct, in that you can only reference 1 table.

AS314Option: D

https://docs.snowflake.com/en/user-guide/views-materialized.html#limitations-on-creating-materialized-views

db1290Option: D

Answer is D

Mallikharjuna452Option: D

D is correct

_yyuktaOption: D

D is correct

DavidMillerOption: D

answer is. D

Ram9198Option: D

https://docs.snowflake.com/en/user-guide/views-materialized#limitations-on-creating-materialized-views Answer is correct

ThaiyaOption: B

Answer is B. Query results contain a small number of rows and/or columns relative to the base table (the table on which the view is defined).The base table, only one table.

Thaiya

D is correct, can be used with Join.

jackjack123Option: D

@SexyPotato option B says 2 tables. Only D is correct.