ExamGecko
Question list
Search
Search

Question 517 - COF-C02 discussion

Report
Export

What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?

A.
View
Answers
A.
View
B.
Secure view
Answers
B.
Secure view
C.
Materialized view
Answers
C.
Materialized view
D.
External table
Answers
D.
External table
Suggested answer: C

Explanation:

A materialized view in Snowflake denotes a pre-computed data set derived from a SELECT query specification and stored for later use. Unlike standard views, which dynamically compute the data each time the view is accessed, materialized views store the result of the query at the time it is executed, thereby speeding up access to the data, especially for expensive aggregations on large datasets.

References:

Snowflake Documentation: Materialized Views

asked 23/09/2024
Khoi Le
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first