Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


You have a table orders and want to enable automatic liquid clustering. Which command is correct?




Explanation:

Enable automatic liquid clustering on an existing table using: ALTER TABLE table_name CLUSTER BY AUTO.