
Answer-first summary for fast verification
Answer: Use dynamic views to selectively expose non-sensitive stock data.
Dynamic views can be used to selectively expose non-sensitive stock data while hiding sensitive supplier information. This approach ensures that inventory managers have access to the necessary data without exposing sensitive details.
Author: LeetQuiz Editorial Team
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.
No comments yet.