Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 15 Topic 2 Discussion

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 15 Topic 2 Discussion

Databricks-Certified-Professional-Data-Engineer Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

A data engineering team needs to implement a tagging system for their tables as part of an automated ETL process, and needs to apply tags programmatically to tables in Unity Catalog.

Which SQL command adds tags to a table programmatically?


A.

ALTER TABLE table_name SET TAGS ( ' key1 ' = ' value1 ' , ' key2 ' = ' value2 ' );


B.

APPLY TAGS ON table_name VALUES ( ' key1 ' = ' value1 ' , ' key2 ' = ' value2 ' );


C.

COMMENT ON TABLE table_name TAGS ( ' key1 ' = ' value1 ' , ' key2 ' = ' value2 ' );


D.

SET TAGS FOR table_name AS ( ' key1 ' = ' value1 ' , ' key2 ' = ' value2 ' );


Get Premium Databricks-Certified-Professional-Data-Engineer 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.