Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 3 Topic 1 Discussion

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 3 Topic 1 Discussion

Databricks-Certified-Data-Engineer-Associate Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

A data engineer wants to create a new table containing the names of customers who live in France.

They have written the following command:

CREATE TABLE customersInFrance

_____ AS

SELECT id,

firstName,

lastName

FROM customerLocations

WHERE country = ’FRANCE’;

A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (Pll).

Which line of code fills in the above blank to successfully complete the task?


A.

COMMENT "Contains PIT


B.

511


C.

"COMMENT PII"


D.

TBLPROPERTIES PII


Get Premium Databricks-Certified-Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.