A data engineer executes the following SQL databricks video

 ·  PT1H46M27S  ·  EN

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,

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?