Skip to content
DEP
Ensuring Data Security and Compliance
hard
Question 3 of 20

A data engineer creates a column mask for the salary column on an HR table. The mask should return NULL for all users who are NOT members of the hr_analysts account-level group. Which SQL function should be used inside the masking function body to check account group membership?

Ais_member('hr_analysts')
Bhas_privilege('hr_analysts', 'SELECT')
Cis_account_group_member('hr_analysts')
Darray_contains(current_user_groups(), 'hr_analysts')

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion