
Answer-first summary for fast verification
Answer: Managed Delta table
The correct answer is **Managed Delta table**. Whenever a table is created without specifying the `LOCATION` keyword, it is considered a managed table. By default, all managed tables in Databricks are Delta tables. The syntax for creating such a table is `CREATE TABLE table_name (column column_data_type…)`.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.