
Ultimate access to all questions.
In a Databricks environment, you need to implement a solution that allows support engineers to access system logs but prevents them from seeing sensitive user information such as email addresses and session details. Describe how you would use dynamic views to achieve this.
A
Create separate databases for system logs and user data.
B
Use dynamic views to selectively expose non-sensitive log data.
C
Disable access to user data for support engineers.
D
Manually filter out sensitive data for each support engineer.