Which features make up Snowflake's column level security? (Choose two.)
Which features make up Snowflake's column level security? (Choose two.)
Column level security in Snowflake typically includes features such as Dynamic Data Masking and External Tokenization. Dynamic Data Masking allows for selective masking of data in table and view columns at query time, which is critical for column-level security. External Tokenization, on the other hand, enables accounts to tokenize data before loading into Snowflake and detokenize at query runtime, adding an additional layer of security at the column level. These two features directly address the needs of column-level security.
B. Dynamic Data Masking C. External Tokenization
B - Dynamic Data Masking C - External Tokenization
B and C https://docs.snowflake.com/en/user-guide/security-column
I agree it's BC its about coluns not rows
Dynamic Data Masking is a Column-level Security feature that uses masking policies to selectively mask plain-text data in table and view columns at query time. External Tokenization enables accounts to tokenize data before loading it into Snowflake and detokenize the data at query runtime. Tokenization is the process of removing sensitive data by replacing it with an undecipherable token. External Tokenization makes use of masking policies with external functions.
It should be BC
b&c are correct