Q1
Single choice
You have an Azure Databricks workspace that is enabled for Unity Catalog.
You have a CSV file stored in an Azure Data Lake Storage Gen2 container.
You plan to ingest the data into an existing table by running the following SQL statement. COPY INTO Customer FROM 'abfss://[email protected]/data/customer' FILEFORMAT = CSV.
You need to ensure that the statement can access the data in the container.
What should you configure?