The following is an E-R diagram of transaction related tables for a company. Please answer the questions by observing the diagram:

产品表:products table
区域表:regions table
订单表:orders table
订单提成表:commissions table
赵大:Zhao Da
王二:Wang Er
孙三:Sun san
Using the salesperson field in the commissions table to filter the order_amount field in the orders table, and aggregating using a SUM, if the desired result for Zhao Da's total order amount is 7000, the correct description of the valid connection path is:
A. The connection between commissions and orders tables becomes valid
B. The connection between commissions and regions tables becomes valid
C. The connection between products and commissions tables becomes valid
D. No matter the valid connection, the result of 7000 for Zhao Da's total order amount cannot be obtained