Posted by: Pdfprep
Post Date: May 23, 2021
You are designing a fact table named FactPurchase in an Azure Synaps Analytics dedicated SQL pool. The table contains purchases from suppliers for a retail store. FactPurchase will contain the following columns.
FactPurchase will have 1 million rows of data added daily and will contain three years of data.
Transact-SQL queries similar to the following query will be executed daily.
A . round-robin
B . replicated
C . hash-distributed on DateKey
D . hash-distributed on PurchaseKey
Answer: A
Leave a Reply