
Ultimate access to all questions.
In a Databricks environment, you need to implement a solution that allows financial analysts to access transaction data but prevents them from seeing sensitive customer information such as social security numbers and personal addresses. Describe how you would use dynamic views to achieve this.
A
Create separate databases for financial and customer data.
B
Use dynamic views to selectively expose non-sensitive transaction data.
C
Disable access to customer data for financial analysts.
D
Manually filter out sensitive data for each financial analyst.