What should you fill in the blank to successfully create a table using data from CSV files located at `/path/input`? CREATE TABLE my_table(col1 STRING, col2 STRING)____________OPTIONS (header = “true“, delimiter = “;“)LOCATION = “/path/input“ | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz