Default join type for a metric
B
Correct answer
Explanation
The default join type for metrics is typically an outer join to ensure that metric values are calculated even when some dimensions have null values. Inner joins would exclude records with null dimension values, potentially losing data.