What should be considered when deciding to use a Secure View? (Choose two.)
What should be considered when deciding to use a Secure View? (Choose two.)
When considering the use of a Secure View, it is important to note that no details of the query execution plan will be available in the query profiler, which maintains the security of the view. Additionally, secure views do not take advantage of the same internal optimizations as standard views because these optimizations often require access to the underlying data, which secure views are designed to protect.
https://alexandersks.medium.com/views-in-snowflake-part-3-secure-view-8bbd8832b3af
A & C i think
The internals of a secure view are not exposed in Query Profile (in the web interface).
Some of the internal optimizations for views require access to the underlying data in the base tables for the view. This access might allow data that is hidden from users of the view to be exposed through user code, such as user-defined functions, or other programmatic methods. Secure views do not utilize these optimizations, ensuring that users have no access to the underlying data.
a and c.
correct answer
AC is correct
https://alexandersks.medium.com/views-in-snowflake-part-3-secure-view-8bbd8832b3af
A and E
AC is correct
AC are the correct answers
A and C
A and C
A and C
A and C
A and C are correct
AC is the right ans
A and C are correct