A business user in the Finance department should only see finance-related tables in watsonx.data. How is this implemented?
Select an answer to reveal the explanation.
Short Explanation and Infographic
RBAC policies in watsonx.data grant access at schema; table; or column granularity; assigning the Finance role SELECT privileges only on finance-related schemas ensures users cannot browse or query unauthorized data.
Full explanation below image
Full Explanation
RBAC policies in watsonx.data grant access at schema; table; or column granularity; assigning the Finance role SELECT privileges only on finance-related schemas ensures users cannot browse or query unauthorized data. The incorrect options ("The user is given a separate watsonx.data instance containing only finance data", "The Finance user is given a separate Presto engine that is configured to connect only to finance buckets", "Finance data is stored in a different file format (CSV) that non-finance engines cannot read") are distractors that don't fully capture the concept described.