Microsoft
DP-203 · Question #201
You have two fact tables named Flight and Weather. Queries targeting the tables will be based on the join between the following columns. You need to recommend a solution that maximizes query performan
Sign in or unlock DP-203 to reveal the answer and full explanation for question #201. The question stem and answer options stay visible for context.
Submitted by ravi_2018· Mar 30, 2026Design and implement data storage
Question
You have two fact tables named Flight and Weather. Queries targeting the tables will be based on the join between the following columns. You need to recommend a solution that maximizes query performance. What should you include in the recommendation?
Exhibit
Options
- AIn the tables use a hash distribution of ArrivalDateTime and ReportDateTime.
- BIn the tables use a hash distribution of ArrivalAirportID and AirportID.
- CIn each table, create an IDENTITY column.
- DIn each table, create a column as a composite of the other two columns in the table.
Unlock DP-203 to see the answer
You've previewed enough free DP-203 questions. Unlock DP-203 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#hash distribution#dedicated SQL pool#table joins#query performance
