Skip to content
DAA
Analyzing Queries
hard
Question 3 of 30

An analyst needs to enforce Liquid clustering on an existing unpartitioned Delta table named transactions using the transaction_date column. Which command should they run?

AOPTIMIZE transactions ZORDER BY (transaction_date)
BALTER TABLE transactions CLUSTER BY (transaction_date)
CCREATE TABLE transactions CLUSTER BY (transaction_date) AS SELECT * FROM transactions
DANALYZE TABLE transactions COMPUTE STATISTICS FOR COLUMNS transaction_date

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion