A Delta table was created with the databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for a Delta table was created with the following command: CREATE TABLE creators (channel_name STRING, followers INT) COMMENT

Full Certification Question

A Delta table was created with the following command: CREATE TABLE creators (channel_name STRING, followers INT) COMMENT 'Top 10 creators' TBLPROPERTIES ('genre'='tech'); A data engineer creates a shallow clone and a deep clone of the creators table using the following commands: CREATE TABLE creators_new DEEP CLONE creators; CREATE TABLE creators_old SHALLOW CLONE creators; Which of the following is true about the creators_new and creators_old tables?