
Answer-first summary for fast verification
Answer: Use dynamic views to selectively expose non-sensitive customer data.
Dynamic views can be used to selectively expose non-sensitive customer data while hiding sensitive personal information. This approach ensures that marketing analysts have access to the necessary data without exposing sensitive details.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a Databricks environment, you need to implement a solution that allows marketing analysts to access customer data but prevents them from seeing sensitive personal information such as social security numbers and credit card details. Describe how you would use dynamic views to achieve this.
A
Create separate databases for marketing and personal data.
B
Use dynamic views to selectively expose non-sensitive customer data.
C
Disable access to personal data for marketing analysts.
D
Manually filter out sensitive data for each marketing analyst.