AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Fill in the below blank to successfully databricks video

Question 1 Be Honest
« Back   Next databricks data-engineer-associate Question »
Answer

Full Certification Question

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“