A data architect has determined that a table of the following format is necessary: ``` employeeId startDate avgRating a1 2009-01-06 5.5 a2 2018-11-21 7.1 ... ``` Which code block is used by SQL DDL command to create an empty Delta table in the above format regardless of whether a table already exists with this name? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz