DP-600 · Question #91
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. Describe Detail give general info about delta table, not the historical operations. https://learn.microsoft.com/en-us/azure/databricks/delta/table-details
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a Fabric tenant that contains a lakehouse named Lakehouse1. Lakehouse1 contains a Delta table named Customer. When you query Customer, 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 Customer. Solution: You run the following Spark SQL statement:
DESCRIBE DETAIL customer Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(36 responses)- A19% (7)
- B81% (29)
Explanation
Describe Detail give general info about delta table, not the historical operations. https://learn.microsoft.com/en-us/azure/databricks/delta/table-details
Topics
Community Discussion
No community discussion yet for this question.