You have a Fabric tenant containing a lakehouse named Lakehouse1, which includes a Delta table named Customer. Querying the Customer table is slow, and you suspect this is due to a lack of maintenance on the table. You need to determine if maintenance tasks have been performed on the Customer table. Proposed Solution: Run the following Spark SQL statement: ```sql REFRESH TABLE customer; ``` Does this solution achieve the goal? | Microsoft Fabric Analytics Engineer Associate DP-600 Quiz - LeetQuiz