備考刷題,請到
CDA認證小程序
The commissions and orders tables can be connected via the products table using a type 2 filtered calculation. Zhao Da sold 4 products: abcd, so the total order amount for those 4 products is 9000. Therefore A is the correct option.
正確答案是:A: 9000。
分析過程如下:
1. **查看訂單提成表(commissions table)**:
- 趙大(Zhao Da)相關(guān)的記錄有三條,分別是訂單編號為 1、2 和 3。
2. **查看訂單表(orders table)**:
- 訂單編號為 1 的訂單金額(order_amount)是 3000。
- 訂單編號為 2 的訂單金額(order_amount)是 4000。
- 訂單編號為 3 的訂單金額(order_amount)是 2000。
3. **計算總訂單金額**:
- 將趙大相關(guān)的訂單金額相加:3000 + 4000 + 2000 = 9000。
因此,趙大的總訂單金額是 9000。