Databricks Related Exams
Databricks-Certified-Professional-Data-Engineer Exam
The data governance team has instituted a requirement that all tables containing Personal Identifiable Information (PH) 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:

Which command allows manual confirmation that these three requirements have been met?
A data engineer is optimizing a managed Delta table that suffers from data skew and frequently changing query filter columns . The engineer wants to avoid costly data rewrites when query patterns evolve. The table size is under 1 TB.
How should the data engineer meet this requirement?
Which statement characterizes the general programming model used by Spark Structured Streaming?