Valid DAA-C01 Dumps shared by EduDump.com for Helping Passing DAA-C01 Exam! EduDump.com now offer the newest DAA-C01 exam dumps, the EduDump.com DAA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DAA-C01 dumps with Test Engine here:
You are tasked with creating a data access strategy for a marketing analytics team. They need access to customer purchase data, but only aggregated by region and product category. They should not be able to see individual customer details due to PII compliance. You decide to use a Secure View. Which of the following are the MOST appropriate steps to ensure data security and minimize performance impact?
Correct Answer: B
Secure Views prevent access to the underlying tables and data lineage. Creating the Secure View directly with the aggregation prevents unauthorized access to detailed data and avoids exposing intermediate tables or views. Materialized views while improving performance, when used along with a Secure View adds unnecessary complexity as aggregation should happen in secure view only.