Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When you execute the SQL DDL command CREATE TABLE sales (id int, units int), what type of table is created?
CREATE TABLE sales (id int, units int)
A
Query fails due to missing format
B
Managed Delta table
C
Query fails due to missing location
D
External Table
E
Managed Parquet table