ExamGecko
Question list
Search
Search

Question 511 - SnowPro Core discussion

Report
Export

What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?

A.

Temporary table

Answers
A.

Temporary table

B.

External table

Answers
B.

External table

C.

Secure view

Answers
C.

Secure view

D.

Materialized view

Answers
D.

Materialized view

Suggested answer: D

Explanation:

A materialized view in Snowflake is a database object derived from a query specification, stored for later use, and can significantly speed up expensive aggregations on large data sets. Materialized views store the result of their underlying query, reducing the need to recompute the result each time the view is accessed. This makes them ideal for improving the performance of read-heavy, aggregate-intensive queries.

Snowflake Documentation: Using Materialized Views

asked 29/10/2024
sicnarep sicnarep
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first