You are using Databricks to load data from a CSV file located in DBFS ( dbfs:/data/sales.csv ) into a Delta table named SalesData . The CSV file has a header row and fields separated by commas. Which Databricks SQL COPY INTO command correctly imports this data?