AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: The data governance team has instituted a databricks video

Question 1 Be Honest
« Back   Next databricks data-engineer-professional Exam Question »
Answer

Full Certification Question

The data governance team has instituted a requirement that all tables containing Personal Identifiable Information (PII) must be clearly annotated. This includes adding column comments, table comments, and setting the custom table property "contains_pii" = true. The following SQL DDL statement is executed to create a new table: CREATE TABLE dev . pii_test ( id INT , name STRING COMMENT "PII" ) COMMENT "Contains PII" TBLPROPERTIES ( 'contains_pii' = True ); Which command allows manual confirmation that these three requirements have been met?