
Ultimate access to all questions.
In a Databricks environment, you need to implement a solution that allows inventory managers to access stock data but prevents them from seeing sensitive supplier information such as contract terms and contact details. Describe how you would use dynamic views to achieve this.
A
Create separate databases for inventory and supplier data.
B
Use dynamic views to selectively expose non-sensitive stock data.
C
Disable access to supplier data for inventory managers.
D
Manually filter out sensitive data for each inventory manager.