When you execute the SQL DDL command CREATE TABLE sales (id int, units int), what type of table is created?
Real Exam
A
Query fails due to missing format
2.3%
B
Managed Delta table
87.9%
C
Query fails due to missing location
2.6%
D
External Table
3.0%
E
Managed Parquet table
4.2%
Powered ByGPT-5.2
When you execute the SQL DDL command `CREATE TABLE sales (id int, units int)`, what type of table is created? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz