A data engineer needs to create a table in Databricks using data from a CSV file at location /path/to/csv.
They run the following command:
Which of the following lines of code fills in the above blank to successfully complete the task?
None of these lines of code are needed to successfully complete the task
USING CSV
FROM CSV
USING DELTA
FROM "path/to/csv"
Submit