Page 1 of 1

A data engineer wants to create a new table containing the names of customers that live in France. They have written the

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
A data engineer wants to create a new table containing the names of customers that live in France.
They have written the following command:

A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (PII).
Which of the following lines of code fills in the above blank to successfully complete the task?
A Data Engineer 1
A Data Engineer 1 (3.7 KiB) Viewed 62 times
A. There is no way to indicate whether a table contains PII.
B. "COMMENT PII"
C. TBLPROPERTIES PII
D. COMMENT "Contains PII"
E. PII