Watch this video on YouTube
Fill in the below 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“