QuestionQ38

Secure Data Sharing and Consumption

A company operates a call center that handles sensitive Personally Identifiable Information (PII) and Protected Health Information (PHI). The company wants to implement these security features:

  • Object owners and users in privileged roles must be able to access columns containing sensitive data.
  • Data loaded in pre-tokenized form must be de-tokenized at query time.

What should be used to satisfy these requirements?

Choose two
Explanation

Dynamic Data Masking applies masking policies to sensitive columns at query time and can return unmasked values for authorized roles while masking them for other users. External Tokenization supports loading tokenized data and de-tokenizing it at query runtime through masking policies and external functions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!