Exam Preparation Quiz

Question 43 of 75

Identify Delta Table Maintenance History

You have a Fabric tenant that contains a lakehouse named LAKEHOUSE with a Delta table named STUDENT.

When you query STUDENT, you discover that the query is slow to execute. You suspect that maintenance was not performed on the table. You need to identify whether maintenance tasks were performed on STUDENT.

You run the following Spark SQL statement:

DESCRIBE HISTORY STUDENT

Does this meet the goal?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about Delta table history:
Delta Table History
Next Question