List of questions
Related questions
Question 28 - DEA-C01 discussion
Data Engineer identified use case where he decided to use materialized view for query performance.
Which one is not the limitation he must be aware of before using MVs in their use case?
A.
Truncating a materialized view is not supported.
B.
Time Travel is not currently supported on materialized views.
C.
You cannot directly clone a materialized view by using the CREATE MATERIAL-IZED VIEW ...CLONE... command.
D.
A materialized view can query only a single table & Joins, including self-joins, are not supported.
E.
A materialized views does not support clustering.
F.
A materialized views cannot be created on Shared Data.
G.
A materialized view cannot include HAVING clauses OR ORDER BY clause.
H.
Context Functions like CURRENT_TIME or CURRENT_TIMESTAMP is not per-mitted.
Your answer:
0 comments
Sorted by
Leave a comment first