You have an Azure Synapse Analytics dedicated SQL pool named Pool1. Pool1 contains a fact table named Table1. You need to identify the extent of the data skew in Table1. What should you do in Synapse Studio? A. Connect to Pool1 and DBCC PDW_SHOWSPACEUSED. B. Connect to the built-in pool and run DBCC PDW_SHOWSPACEUSED. C. Connect to the built-in pool and run DBCC CHECKALLOC. D. Connect to the built-in pool and query sys.dm_pdw_sys_info. Â Suggested Answer: D Use sys.dm_pdw_nodes_db_partition_stats to analyze any skewness in the data. Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/cheat-sheet This question is in DP-203 Data Engineering on Microsoft Azure Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer