COF-C02 · Question #408
What is a feature of column-level security in Snowflake?
The correct answer is A. Role access policies. Snowflake's column-level security is implemented through masking policies that are role-based - meaning the policy evaluates the active role of the querying user and conditionally reveals or masks the column value. This role-driven conditional access is the core mechanism…
Question
What is a feature of column-level security in Snowflake?
Options
- ARole access policies
- BNetwork policies
- CInternal tokenization
- DExternal tokenization
How the community answered
(46 responses)- A93% (43)
- B4% (2)
- D2% (1)
Explanation
Snowflake's column-level security is implemented through masking policies that are role-based - meaning the policy evaluates the active role of the querying user and conditionally reveals or masks the column value. This role-driven conditional access is the core mechanism (referred to here as 'role access policies'). Network policies (B) govern IP-based access at the account/user level. Internal tokenization (C) is not a Snowflake feature. External tokenization (D) is a related but distinct feature that integrates with third-party tokenization services.
Topics
Community Discussion
No community discussion yet for this question.