Ultimate access to all questions.
You have a Fabric tenant containing a lakehouse named Lakehouse1. Lakehouse1 has a Delta table named Customer. Querying the Customer table is slow, and you suspect that maintenance tasks were not performed on it.
You need to determine if maintenance was performed on the Customer table.
Proposed Solution: Run the following Spark SQL statement:
EXPLAIN TABLE Customer
Does this solution meet the goal?