🔥 3-day streak
Databricks Certified Data Engineer Associate40 / 150
Question 40 of 150

A data engineer runs `CREATE TABLE sales_summary AS SELECT region, SUM(amount) AS total FROM silver.orders GROUP BY region` in a Databricks SQL notebook without specifying a LOCATION. The catalog and schema are configured with default settings. Where will the underlying data files for sales_summary be stored, and what happens if the table is later dropped?

Reviewed for accuracy · Report an issueNext question