A data analyst is creating a self-service reporting environment. Which data governance practice ensures users see only data relevant to their department?
Trap 1: Data lineage
Data lineage shows data origin, not access control.
Trap 2: Data dictionary
Data dictionary defines metrics, not access control.
Trap 3: Single version of truth
SVOT ensures consistency, not access restriction.
- A
Data lineage
Why wrong: Data lineage shows data origin, not access control.
- B
Row-level security
Correct. Row-level security filters data per user.
- C
Data dictionary
Why wrong: Data dictionary defines metrics, not access control.
- D
Single version of truth
Why wrong: SVOT ensures consistency, not access restriction.