This is a dedicated watch page for a single video.
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?