
Ultimate access to all questions.
In a Databricks environment, you need to implement a solution that allows data scientists to access customer data but prevents them from seeing sensitive financial information such as account balances and transaction details. 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 customer data.
C
Disable access to financial data for data scientists.
D
Manually filter out sensitive data for each data scientist.