Question
Which SQL aggregate is appropriate for total transaction sales amount?
Select an option. Your answer will be checked instantly.
Correct Answer: B. SUM(SalesAmount)
Explanation:
SUM adds additive measure values across the selected group.
It is appropriate when each fact row contributes an amount to the total.
Leave a Reply