Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


You are creating a Delta table that will be frequently queried by customer_id and order_date. You want to enable liquid clustering during creation. Which SQL command is correct according to the documentation?




Explanation:

"To enable liquid clustering, add the CLUSTER BY phrase to a table creation statement." Partitioning and ZORDER are incompatible with liquid clustering