Databricks Certified Data Engineer Professional — Question 199

What is true for Delta Lake?

Answer options

Correct answer: C

Explanation

Option C is correct because Delta Lake indeed collects statistics on the first 32 columns of each table to enhance query performance through data skipping. Options A and B are misleading as they do not accurately represent Delta Lake's functionality regarding views and constraints. Option D is incorrect because Z-order can be applied to various types of data, not just numeric values.