Snowflake ADA-C01 Question Answer
An Administrator has been asked to support the company's application team need to build a loyalty program for its customers. The customer table contains Personal
Identifiable Information (PII), and the application team's role is DEVELOPER.
CREATE TABLE customer_data (
customer_first_name string,
customer_last_name string,
customer_address string,
customer_email string,
... some other columns,
);
The application team would like to access the customer data, but the email field must be obfuscated.
How can the Administrator protect the sensitive information, while maintaining the usability of the data?
Snowflake ADA-C01 Summary
- Vendor: Snowflake
- Product: ADA-C01
- Update on: Aug 15, 2025
- Questions: 78