Posted by: Pdfprep
Post Date: April 9, 2021
You are designing a sales transactions table in an Azure Synapse Analytics dedicated SQL pool. The table will contains approximately 60 million rows per month and will be partitioned by month. The table will use a clustered column store index and round-robin distribution.
Approximately how many rows will there be for each combination of distribution and partition?
A . 1 million
B . 5 million
C . 20 million
D . 60 million
Answer: D
Explanation: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-partition
Leave a Reply