Databricks Certified Data Analyst Associate — Question 28

Which of the following approaches can be used to ingest data directly from cloud-based object storage?

Answer options

Correct answer: E

Explanation

The correct answer is E because specifying the object storage path to LOCATION allows for direct data ingestion from cloud-based object storage. Options A and B incorrectly refer to DBFS storage paths, which are not applicable for external tables in this context. Option C is incorrect as it states that direct ingestion is not possible, while option D uses 'FROM' instead of 'LOCATION', which is not the correct syntax for this operation.