SnowPro Core Certification — Question 723
Which command should be used to implement a masking policy that was already created in Snowflake?
Answer options
- A. ALTER MASKING POLICY
- B. APPLY MASKING POLICY
- C. CREATE MASKING POLICY
- D. SET MASKING POLICY
Correct answer: D
Explanation
The correct answer is D, as the SET MASKING POLICY command is specifically designed to apply an existing masking policy to a column or table. The other options are incorrect because ALTER MASKING POLICY is used to modify an existing policy, CREATE MASKING POLICY is for creating a new policy, and APPLY MASKING POLICY is not a valid command in Snowflake.