A data engineer is creating a Delta table with the following SQL query: ```sql CREATE TABLE data_changes (_change_type STRING, _changed_by STRING) TBLPROPERTIES (delta.enableChangeDataFeed = true); ``` What will be the outcome of executing this query? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz