0
0
Snowflakecloud~5 mins

Data classification and tagging in Snowflake - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is data classification in Snowflake?
Data classification in Snowflake is the process of organizing data into categories based on its sensitivity, importance, or compliance requirements to help manage and protect it effectively.
Click to reveal answer
beginner
What is the purpose of tagging data in Snowflake?
Tagging data in Snowflake means attaching labels or metadata to database objects to identify their characteristics, such as sensitivity or ownership, which helps in governance and access control.
Click to reveal answer
intermediate
How does Snowflake enforce policies based on data classification tags?
Snowflake uses tags to apply masking policies or access controls automatically, ensuring that users see only the data they are authorized to access based on the classification labels.
Click to reveal answer
intermediate
Which Snowflake feature allows you to create and manage tags?
Snowflake provides the CREATE TAG command to define tags and the ALTER TAG and DROP TAG commands to manage them. Tags can then be assigned to tables, columns, or other objects.
Click to reveal answer
beginner
Give an example of a tag you might assign to a column in Snowflake.
An example tag could be 'PII' with values like 'Yes' or 'No' to indicate if a column contains Personally Identifiable Information, helping to enforce stricter access controls.
Click to reveal answer
What is the main benefit of tagging data in Snowflake?
ATo delete old data
BTo speed up query performance
CTo backup data automatically
DTo organize data for better governance and security
Which Snowflake command is used to create a new tag?
ACREATE METADATA
BCREATE LABEL
CCREATE TAG
DCREATE CLASSIFICATION
What type of data might be tagged as 'Sensitive' in Snowflake?
APublic marketing data
BCustomer credit card numbers
CSystem logs
DArchived data
How can Snowflake use tags to protect data?
ABy applying masking policies based on tags
BBy compressing tagged data
CBy moving tagged data to cold storage
DBy deleting tagged data automatically
Which object types in Snowflake can have tags assigned?
ATables and columns
BOnly tables
COnly databases
DOnly users
Explain how data classification and tagging help improve data security in Snowflake.
Think about how labels guide who can see or use data.
You got /4 concepts.
    Describe the steps to create and assign a tag to a column in Snowflake.
    Start with creating the tag, then attach it to the data.
    You got /3 concepts.