Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data engineer executes the following SQL databricks video

data-engineer-professional video for a data engineer executes the following SQL query to create a Delta table: CREATE TABLE data_changes (_change_type STRING,

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer executes the following SQL query to create a Delta table: CREATE TABLE data_changes (_change_type STRING, _changed_by STRING) TBLPROPERTIES (delta.enableChangeDataFeed = true); Which of the following describes the output of the above query?