exam questions

Exam Certified Data Engineer Professional All Questions

View all questions & answers for the Certified Data Engineer Professional exam

Exam Certified Data Engineer Professional topic 1 question 215 discussion

Actual exam question from Databricks's Certified Data Engineer Professional
Question #: 215
Topic #: 1
[All Certified Data Engineer Professional Questions]

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:



Which command allows manual confirmation that these three requirements have been met?

  • A. DESCRIBE EXTENDED dev.pii_test
  • B. DESCRIBE DETAIL dev.pii_test
  • C. SHOW TBLPROPERTIES dev.pii_test
  • D. DESCRIBE HISTORY dev.pii_test
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KadELbied
1 month, 2 weeks ago
Selected Answer: A
suretly A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...