ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

94 / 240

Question 94:

You work in an Azure Transformational Logics (ATL) company and you have been given the responsibility to create and update query-optimization statistics utilizing the Synapse SQL resources in a dedicated SQL pool.The following are the guiding principles recommended for updating the statistics during the load process. Which of the following is/are not true?

Answer options:

A.Ensure that every loaded table is having at least 1 statistics object updated.
B.Focus on the columns participating in ORDER BY, GROUP BY, JOIN and DISTINCT clauses.
C.Update "ascending key" columns like order dates more frequently as these values are not considered/included in the statistics histogram.
D.Update static distribution columns more frequently.
E.None of these