Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
External Tokenization is a feature in Snowflake that allows a user to substitute a randomly generated identifier for sensitive data. This is done to prevent unauthorized users from accessing the sensitive data before it is loaded into Snowflake. This method ensures that the data is protected and cannot be easily traced back to its original form without the corresponding tokenization mapping.
https://docs.snowflake.com/en/user-guide/security-column-ext-token.html#external-tokenization
https://docs.snowflake.com/en/user-guide/security-column-ext-token.html#external-tokenization
A. External Tokenization
Correct