Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 43 discussion

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

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. DESCRIBE EXTENDED dev.pii_test
  • B. DESCRIBE DETAIL dev.pii_test
  • C. SHOW TBLPROPERTIES dev.pii_test
  • D. DESCRIBE HISTORY dev.pii_test
  • E. SHOW TABLES dev
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
lexaneon
10 months, 4 weeks ago
looks like A & C are correct.. https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-aux-show-tblproperties.html#show-tblproperties
upvoted 3 times
lexaneon
10 months, 4 weeks ago
if we want to see also columns comments then A
upvoted 3 times
...
...
rok21
11 months, 3 weeks ago
Selected Answer: A
correct A !
upvoted 4 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 ...