Valid DEA-C02 Dumps shared by EduDump.com for Helping Passing DEA-C02 Exam! EduDump.com now offer the newest DEA-C02 exam dumps, the EduDump.com DEA-C02 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C02 dumps with Test Engine here:
You have a Snowflake table 'CUSTOMER DATA with a column 'EMAIL' containing customer email addresses. You need to classify this column as 'PII' using a tag named 'SENSITIVITY' and value 'CONFIDENTIAL'. Also, you want all queries accessing this 'EMAIL' column to be logged, with specific details about who accessed it and when. You already have appropriate roles and privileges to perform the required operations. Which of the following SQL statements, when executed in sequence, will achieve this goal, assuming appropriate logging mechanisms are already configured to read from the Snowflake ACCESS HISTORY view?
Correct Answer: D
The correct sequence of SQL statements is in Option D. First, the tag 'SENSITIVITY' needs to be created. Second, although not explicitly a 'tag value' object, you still need to create a SENSITIVITY tag object. This makes the tag value 'CONFIDENTIAL' available. Then, the tag is applied to the column using the 'ALTER TABLE MODIFY COLUMN ... SET TAG' command with the desired value ('CONFIDENTIAL'). Granting USAGE permissions to the 'data_steward' role (though not directly related to the tagging itself) allows that role to manage and view tag assignments, which is important for governance. Options A, B, C, and E are incorrect because they do not correctly create and assign the tag and its value or have some of the GRANT statement.