Hash-distributed tables improve query performance on large fact tables. To balance the parallel processing, select a distribution column that: ⇒ Has many unique values. The column can have duplicate values. All rows with the same value are assigned to the same distribution. Since there are 60 distributions, some distributions can have > 1 unique values while others may end with zero values. ⇒ Does not have NULLs, or has only a few NULLs. ⇒ Is not a date column. Incorrect Answers: C: Round-robin tables are useful for improving loading speed. Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-distribute